.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.left {float: left;}
.right {float: right;}
/*color*/
/**!
 * 网站链接颜色
 */
/**!
 * 网站链接划过颜色
 */
/**!
 * 网站小模块背景色
 */
/**!
 * 网站摘要颜色
 */
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h32 {
  font-size: 32px;
}
.h36 {
  font-size: 36px;
}
.h40 {
  font-size: 40px;
}
.hong {color: #BD1932;}
@media (max-width: 1599px) {
  .h60 {
    font-size: 50px;
  }
  .h50 {
    font-size: 42px;
  }
}
@media (max-width: 1279px) {
  .h60 {
    font-size: 40px;
  }
  .h50 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h60 {
    font-size: 34px;
  }
  .h50 {
    font-size: 32px;
  }
}
/*font*/
@media (max-width: 1440px) {
  .h30 {
    font-size: 28px;
  }
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 24px;
  }
  .h28 {
    font-size: 26px;
  }
  .h30 {
    font-size: 28px;
  }
  .h32 {
    font-size: 32px;
  }
  .h48 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .h30 {
    font-size: 26px;
  }
  .h24 {
    font-size: 18px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 24px;
  }
  .h30 {
    font-size: 26px;
  }
  .h32 {
    font-size: 28px;
  }
  .h48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .h18 {
    font-size: 17px;
  }
  .h20 {
    font-size: 18px;
  }
  .h22 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 22px;
  }
  .h30 {
    font-size: 22px;
  }
  .h32 {
    font-size: 26px;
  }
  .h48 {
    font-size: 34px;
  }
}
.topline {position: fixed;top: 0;width: 100%;z-index: 1000;
	height: 4px;
	background-size: 200% auto;
    background-position: 100% 100%;
    background-image: -webkit-linear-gradient(to right, #cd2263 0%, #2D3DB7 50%, #6D29A9 100%);
    background-image: -ms-linear-gradient(to right, #cd2263 0%, #2D3DB7 50%, #6D29A9 100%);
    background-image: linear-gradient(to right, #cd2263 0%, #2D3DB7 50%, #6D29A9 100%);
}

.no-gutter > [class*=col-] {padding: 0;}
/*---------------区域背景---------------------*/
@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}
.bg-section{
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center; 
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.z-depth-2 {
    position: relative;
    z-index: 2;
}
#bg-section {
    background-image: url(bg03.jpg);top:inherit;height: 260%;background-size: 100% 100%;bottom: -220%;
}
#bg-section-pg {height: 68vh;}
.firstpart {padding: 80px 0 0px;background: url(bg02.jpg) top center #f5f5f5;position: relative;}
.secondpart {overflow: hidden;background: url(bg04f.jpg) no-repeat fixed center #403637;background-size: cover;width: 100%;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg04f.jpg',sizingMethod='scale');padding: 80px 0;}
.thirdpart {padding: 80px 0;overflow: hidden;position: relative;}
.thirdpart:after {
    content: "";
    position: absolute;
    background-image: url(trim-sw.png);
    background-repeat: repeat-x;
    width: 1000%;
    height: 129px;
    bottom: -10px;
    left: 0;
	animation: wave 40s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
}
.fourpart {padding: 80px 0;overflow: hidden;position: relative;background: url(bg02f.jpg) no-repeat top center #eae5e1;background-size: cover;}
.fivepart {padding: 80px 0;position: relative;background: url(bg05.jpg) #372D2E;}
.sixpart {padding: 80px 0;position: relative;background: #ffffff;}
.secondarybox { width: 100%;display: block;padding: 60px 0 70px;background: #ffffff;
min-height: -moz-calc(100vh - 828px);
    min-height: -webkit-calc(100vh - 828px);
    min-height: calc(100vh - 828px);
}

.pagebox {padding: 90px 60px 60px;background: url(bg03.png) no-repeat 30px 30px #fff;border-radius: 3px;
    -moz-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
}
.personbox {
  background: #FFFFFF;
  padding: 50px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.1);
}
.win-l {width: 420px;float: left;height: 100vh;background: rgba(110,92,83,.5);}
.win-r {overflow: hidden;width: calc(100% - 420px);float: left;height: 100vh;position: relative;}
.content-info {background:#ffffff;
  min-height: -moz-calc(100vh - 970px);
  min-height: -webkit-calc(100vh - 970px);
  min-height: calc(100vh - 970px);
}
@media (max-width: 1280px) {
	.secondarybox {padding: 50px 0 60px;}
}
@media (max-width: 1199px) {
	.secondarybox {padding: 40px 0 50px;}
	.firstpart {padding: 50px 0 0;}
	.secondpart, .thirdpart, .fourpart, .fivepart, .sixpart {padding: 50px 0;}
	.win-l {width: 100%;height: auto;}
	.win-r {width: 100%;height: auto;}
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.firstpart {padding: 30px 0 0;}
	.secondpart, .thirdpart, .fourpart, .fivepart, .sixpart {padding: 40px 0;}
	.secondarybox {padding: 30px 0 30px;}
}
.indexlanmu { margin-bottom: 55px;}
.indexlanmu_l { float:left;font-size: 34px;line-height: 1;color: #222222;font-weight: 700;position: relative;text-transform: uppercase;padding-left: 22px;}
.indexlanmu_l:after {
    top: 2px;
    left: 0;
    content: "";
    position: absolute;
    width: 6px;
    height: 32px;
	background: url(icon01.png) no-repeat center;
}
.indexlanmu_l:before {
	top: 17px;
    right: -70px;
    content: "";
    position: absolute;
	width: 50px;
	height: 1px;
	background: #B27B05;
}
.indexlanmu_r { float:right;padding-top: 6px;font-size: 16px;color: #1A4CB1;}
.indexlanmu_r a {color: #1A4CB1;}
.indexlanmu_r a:hover {color: #F18200;}

.section-title {line-height: normal;margin-bottom: 45px;overflow:hidden;}
.section-title h2 {display: inline-block;font-size: 34px;line-height: 34px;margin: 0;position: relative;text-transform: uppercase;color: #333333;}
.section-title h2::before, .section-title h2::after {content: "";position: absolute;top: 0;width: 60px;height: 34px;}
.section-title h2:before {right: 100%; margin-right: 12px;background: url(lm-l.png) no-repeat right center;}
.section-title h2:after {left: 100%;margin-left: 12px;background: url(lm-r.png) no-repeat left center;}
.section-title[data-v-bai] h2 {color: #ffffff;}
.section-title[data-v-bai] h2:before {background: url(lm-l-bai.png) no-repeat right center;}
.section-title[data-v-bai] h2:after {background: url(lm-r-bai.png) no-repeat left center;}
@media (max-width: 1280px) {
	.section-title {margin-bottom: 35px;}
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	.home .section-title h2 {font-size: 32px;}
	.home .section-title {margin-bottom: 32px;}
	.section-title h2 {font-size: 28px;}
	.section-title {margin-bottom: 26px;}
}
/*---------------Detailed Page---------------------*/
.nrhei {font-size: 16px; line-height: 2; color: #333;word-wrap: break-word;}
.nrhei-dp {font-size: 18px; line-height: 1.8; color: #333;word-wrap: break-word;}
.nrhei-cg {font-size: 18px; line-height: 2.1; color: #333;word-wrap: break-word;}
.nrhei-dpxl {font-size: 16px; line-height: 1.8; color: #333;word-wrap: break-word;}
.nrhei-ry {font-size: 16px; line-height: 2; color: #666;word-wrap: break-word;}
.ryname { border-bottom: #D6DFEB solid 1px;}
.ryname_l { color:#1A4CB1;float:left;font-weight: 700;font-size:26px;line-height: 1;padding: 0 0 18px;padding-right: 3px;position: relative;}
.ryname_l:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: #1A4CB1;
}
.ryname_l span {font-size: 17px;font-weight: 500;margin-left: 15px;color: #666;}
.ryname_l span i {color: #666;margin-right: 10px;}
.rylanmu { border-left: #1A4CB1 solid 2px;margin-bottom: 24px;margin-top: 30px;padding-left: 15px;}
.rylanmu_l { color:#333;float:left;font-weight: 700;font-size:18px;line-height: 1;position: relative;}
.rylanmu_l img {display: inline-block;margin-right: 10px;margin-top: -3px;}

.xlmain {display: block;margin:0px;}
.xlmain hr {margin-top: 25px;border-top: 1px solid #eee;}
.xlmain .wztitle {color: #333; line-height:1.4; text-align:center; font-size: 26px; padding: 0px 8% 2px;margin: 18px 0 24px 0;}
.xlmain .wztitle[data-v-lw] {margin: 38px 0 24px 0;line-height: 1.2;font-size: 24px;padding: 0;color: #124c9c;}
.xlmain .wztitle[data-v-cg] {margin: 38px 0 24px 0;color: #124c9c;}
.xlmain .wztitle[data-v-dp] {margin: 20px 0 24px 0;color: #333;font-size: 26px;}
.xlmain .basicinfo {border-bottom: #F1F1F3 solid 1px;padding-bottom: 8px;}
.xlmain .basicinfo .other-share {float: right;}
.xlmain .basicinfo .qtinfo {color:#999; font-size: 14px;margin: 0;}
.xlmain .basicinfo .qtinfo a {color:#999; text-decoration: none;}
.xlmain .basicinfo .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
.xlmain .basicinfo .share {float: right;}
.xlmain .basicinfo .qtinfo span {display: inline-block;margin-right: 20px;}
.xlmain .basicinfo .qtinfo span:last-child {margin-right: 0;}
.xlmain .text { overflow:hidden; display:block;}
.xlmain .text p, .xlmain .text div {margin-bottom: 20px;}
.xlmain .text p:last-child, .xlmain .text div:last-child {margin-bottom: 0;}
.xlmain .text.nrhei-cg p, .xlmain .text.nrhei-cg div {margin-bottom: 40px;}
.xlmain .text.nrhei-cg p:last-child, .xlmain .text.nrhei-cg div:last-child {margin-bottom: 0;}
.xlmain .text img {display: inline-block;margin-right: auto;margin-left: auto;}
.xlmain .text .zc img {margin-left: inherit !important;margin-right: inherit !important;display: inline-block;}
.xlmain .textdp p, .xlmain .textdp div {margin-bottom: 20px;}
.xlmain .textdp p:last-child, .xlmain .textdp div:last-child {margin-bottom: 0;}

.xlmain .textlx { margin:0; overflow:hidden; display:block;}
.xlmain .textlx p {margin: 0 0 12px 0;}
.xlmain .textlx img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .textxl { margin:30px 0 0 0; overflow:hidden; display:block;}
.xlmain .textxl p, .xlmain .textxl div {margin: 0 0 30px;}
.xlmain .textxl p:last-child, .xlmain .textxl div:last-child {margin: 0;}
.xlmain .textxl img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .textxl table {margin: 0 0 15px 0;}
.xlmain .textxl td {text-align: center;}
.xlmain .textxl video {border: #d9d9d9 solid 6px;border-radius: 5px;width: 76% !important;height: 100% !important;margin: 18px auto;display: block;}
.xlmain .textsp { margin:30px auto 26px auto; overflow:hidden; display:block;width: 76%;}

.xlmain .textry {overflow: hidden;margin: 36px 0 0 0;}
.xlmain .textry .mt {margin-top: 288px;}
.xlmain .textry h3 { font-size:32px;line-height:1.2; margin:0 0 30px 0;display: block;color: #272727;font-weight: 700;}
.xlmain .textry h3 span {font-size: 22px;margin-left: 20px;color: #999;}
.xlmain .textry h4 { font-size:28px;line-height:1.2; margin:5px 0 20px 0;display: block;color: #31373f;font-weight: 700;}
.xlmain .textry h4 span {font-size: 22px;margin-left: 20px;color: #999;}
.xlmain .textry p {margin: 0;}
.xlmain .textry p a {color: #333;}
.xlmain .textry p a:hover {color: #005bac;}
.xlmain .textry th {color: #333;font-size: 16px;}
.xlmain .textry .ryinfo {overflow: hidden;background: #e6f3fc;}
.xlmain .textry .ryinfo .ryimg { margin-right: 30px;background: #c1dced;padding: 30px 50px;}
.xlmain .textry .ryinfo .ryimg img{ border-radius: 5px;width: 180px;height: 240px;}
.xlmain .textry .ryinfo .rytxt p { line-height: 220%; font-size: 17px; margin: 30px 0 0 0; color:#222;}
.xlmain .textry .ryinfo .rytxt p a {color:#222;font-size: 17px;text-decoration: none;font-style: normal;}
.xlmain .textry .ryinfo .rytxt p a:hover {color:#ff7300;}
.xlmain .textry .fl {margin-right: 28px;margin-bottom: 12px;}
.xlmain .textry .fl img {max-width: 198px;}
.xlmain .textry .fl h4 {font-size: 15px;line-height: 1.5;margin: 15px 0;text-align: center;font-weight: 500;color: #3157bb;}
.xlmain .textry h2 {font-size: 28px;line-height: 140%;font-weight: 700;padding: 3px 0 16px 0;color: #124c9c;margin: 0;position: relative;}
.xlmain .textry h2 span {font-weight: 500;color: #000;font-size: 20px;margin-left: 15px;}
.xlmain .textry .left img {max-width: 248px;margin-right: 26px;margin-bottom: 12px;border-radius: 4px;border: #fff solid 1px;}
.xlmain .textry .rydetail {overflow: hidden;margin-top: 15px;}
.xlmain .textry .rydetail table {border: transparent;}
.xlmain .textry .rydetail tbody {background-color: transparent;}

.xlmain .textxmz { margin:24px 0 0 0; overflow:hidden; display:block;}
.xlmain .textxmz p {margin: 0 0 10px 0;}
.xlmain .textxmz p:last-child {margin: 0;}
.xlmain .textxmz .el-tab-pane {line-height: 150%;}
.xlmain .textxmz .el-tabs--border-card>.el-tabs__content {padding: 20px 0px 0 0px;}

.xlmain .cont-page {
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;font-size: 15px;
}
.xlmain .cont-page .a-page {
  margin-bottom: 10px;
}
.xlmain .cont-page .a-page a {
  color: #4D4D4D;
}
.xlmain .cont-page .a-page:hover {
  color: #A1877A;
}
.xlmain .cont-page .a-page:hover a {
  color: #A1877A;
}
@media (min-width: 767px) {
  .xlmain .textxl img {max-width: 51%;}
  .xlmain .textxl[data-v-jp] img {max-width: 70%;}
}
@media (max-width: 1199px) {
  .xlmain .textsp { width: 80%;}
  .xlmain .textxl video {width: 80% !important;}
}
@media screen and (max-width: 991px){
  .xlmain .wztitle {margin: 0 0 24px;}
  .xlmain .wztitle[data-v-lw] {margin: 28px 0 24px 0;}
  .xlmain .wztitle[data-v-cg] {margin: 28px 0 24px 0;}
  .xlmain .wztitle[data-v-dp] {margin: 10px 0 24px 0;}
  .xlmain .textxl img {max-width: 77%;}
  .xlmain .textxl[data-v-jp] img {max-width: 80%;}
}
@media (max-width: 767px) {
  .nrhei-cg {line-height: 1.8;}
  .xlmain .wztitle {font-size: 22px;margin: 0 0 12px 0;padding: 0 0 2px;}
  .xlmain .wztitle[data-v-lw] {margin: 20px 0 24px 0;}
  .xlmain .wztitle[data-v-cg] {margin: 20px 0 24px 0;}
  .xlmain .wztitle[data-v-dp] {margin: 5px 0 10px;font-size: 20px;}
  .xlmain .text .left {width: 100%;margin-right: auto !important;}
  .xlmain .textsp { width: 100%;margin:15px auto 2px auto;}
  .xlmain .textxl video {width: 100% !important;}
  .xlmain .textry .fl {width: 100%;}
  .xlmain .textry .fl img {margin-left: auto;margin-right: auto;margin-bottom: 20px;display: block;}
  .xlmain .textry h3 span {display: block;margin-top: 8px;margin-left: 0;}
  .xlmain .textry .left {width: 100%;}
  .xlmain .textry .left img {max-width: 300px;margin-left: auto;margin-right: auto;margin-bottom: 22px;}
  .xlmain .basicinfo .qtinfo {text-align: center;}
  .xlmain .textry h2 span {display: block;font-size: 18px;margin-left: 0;}
  .xlmain .textxl img, .xlmain .textxl[data-v-jp] img {max-width: 100%;}
  .xlmain .basicinfo .qtinfo span {display: inline-block;margin-right: 6px;margin-left: 6px;}
  .xlmain .text.nrhei-cg p, .xlmain .text.nrhei-cg div {margin-bottom: 25px;}
}
/*---PAGES---*/
.fy-box {margin-top: 35px;}
.comp-pages {}
.comp-pages.comp-page-01 .page-pc a {
  background: #EDEDED;
}
.comp-pages.comp-page-01 .page-pc a,
.comp-pages.comp-page-01 .page-pc span {
  border: none!important;
}
.comp-pages.comp-page-02 .page-pc a,
.comp-pages.comp-page-02 .page-pc span {
  border-radius: 20px;
}
.comp-pages.comp-page-03 .page-pc a,
.comp-pages.comp-page-03 .page-pc span {
  border: none!important;
  border-radius: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #EBEBEB;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #A1877A;
  border: 1px solid #A1877A;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #A1877A;
  border: 1px solid #A1877A;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #A1877A;
  border: 1px solid #A1877A;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
.comp-pages .page-pc em {font-style: normal;font-size: 15px;color: #999;margin-right: 15px;}

.pgmt {margin-top: 36px;}
#pages {
    width:100%; FONT-SIZE: 14px; TEXT-ALIGN: center; CLEAR: both; border-top: dotted 0px #cccccc; overflow: hidden; PADDING-TOP: 0px;float: left;
}
#pages a, #pages a:visited {
    border: 1px solid #E5E5E5; height: 40px; background: #ffffff; COLOR: #444; PADDING: 0 15px !important; TEXT-DECORATION: none; MARGIN: 0px 5px 6px 0; DISPLAY: inline-block; LINE-HEIGHT: 40px;border-radius: 3px;
}
#pages SPAN {
    height: 40px;
    COLOR: #444;
    PADDING: 0 15px;
    TEXT-DECORATION: none;
    MARGIN: 0px 5px 6px 0;
    DISPLAY: inline-block;
    LINE-HEIGHT: 40px;
    font-size: 14px;border-radius: 3px;border: 1px solid #E5E5E5;
}
#pages a:hover, #pages a.curr, #pages a.curr:visited, #pages a:hover {
    BORDER: #2d4faf 1px solid; background: #2d4faf; COLOR: #fff;
}
.pagebtn{width: 100%;background: linear-gradient(90deg, #2C3EB8, #7028A9);border: 0;color: #fff;padding: 10px;border-radius: 5px;font-size: 18px;}
/*-----Left NAV----*/
.sidebar {}
.sidebar .title {margin-bottom: 0px;position: relative;padding: 24px 30px;background: url(lnavbg.jpg) no-repeat top center #132f7d; font-size: 30px;font-weight: 700; color:#ffffff;text-transform:uppercase;line-height: 32px;background-size: cover;border-radius: 5px 5px 0 0;}
@media (max-width:1199px) {
	.sidebar {margin-right: 0px;}
} 
.contentWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.contentLeft {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -ms-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
-o-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
-moz-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
-webkit-box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
box-shadow: 0 2px 10px 0px rgba(213, 214, 228, 0.3);
	padding-bottom: 1px;
}
.contentRight {
  padding: 1.3rem 2rem;
  margin-left: 250px;
}
.deg90 {-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}

.leftNavigation {
  margin: 0rem 0;
}
.leftNavigation, .leftNavigation li ul {
  list-style: none;
  padding: 0;
}
.leftNavigation li a {
  font-size: 16px;
  display: block;
  padding: 19px 54px 19px 50px;
  color: #3b4461;
  border-bottom: solid 1px #f2f3fb;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:400;
}
.leftNavigation li:last-child a {border-bottom: 0;}
.leftNavigation li a:after {
	content: "";
	position: absolute;
	left: 28px;
	top: 19px;
	width: 4px;height: 18px; background-image: url(navicon01.png);background-repeat: no-repeat;
}
.leftNavigation li ul li a {
  font-size: 14px;
  display: block;
  padding: 8px 1rem 8px 64px !important;
  color: #73798f;line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:400;border-bottom: solid 0px #fff;
}
.leftNavigation li ul li a:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #9ca5c6;
    position: absolute;
    top: 16px;
    left: 48px;
    margin-top: -2px;
    background-image: none !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.leftNavigation li a, .leftNavigation li a .leftNavIcon {
  line-height: 130%;
}
.leftNavigation li a .leftNavIcon {
  position: absolute;
  top: 0;
  right: 6px;
  width: 4.8rem;
  padding: 16px 0;
  text-align: center;
  font-weight: 500;color: #e2e3f0;font-size: 21px;
}
.leftNavigation li.active a .leftNavIcon {color: #1e3d96;}
.leftNavigation li a .leftNavIcon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  padding: 16px 0 0 0;
  text-align: center;font-size: 12px;color: #f67400;
}
.leftNavigation li a:hover {
  color: #1e3d96; text-decoration:none; background-color: #eef2fe;font-weight: 500;
}
.leftNavigation li a:hover:after {
  background-image:url(navicon02.png);background-repeat: no-repeat;
}
.leftNavigation li a:hover .leftNavIcon {color: #1e3d96;}
.leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #eef2fe;border-bottom: solid 1px #e5e5e5;
}
.leftNavigation li ul li { border-bottom: solid 0px #e5e5e5;}
.leftNavigation li ul li a:hover {
  color: #2a45a6; text-decoration:none;background: transparent;font-weight: 500;
}
.leftNavigation li ul li a:hover:after {background-color: #02449e;}
/*#

 li ul li:last-child a {
  border-bottom: none;
}*/
.leftNavigation li ul li.active a {
  color: #2a45a6; text-decoration:none;font-weight: 500;
}
.leftNavigation li ul li.active a:after {background-color: #02449e;font-weight: 500;}
.leftNavigation li.active > a {
  color: #1e3d96; text-decoration:none;font-weight: 500;border: 0;/*padding: 18px 40px 12px 34px;*/
}
.leftNavigation li.active > a:after {
	background-image:url(navicon02.png);background-repeat: no-repeat;
}
.leftNavigation li.active ul {
  display: block;padding: 0 0 15px 0;border-bottom: solid 1px #fff;
}
.leftNavigation > li.active {
  background-color: #eef2fe;border-bottom: solid 1px #f2f3fb;
}
.leftNavigation li ul li .level4 {border-top: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li a {
  border-bottom: solid 0px #D0E9F3; font-size:13px; color:#535353; margin-left:30px; padding-left:12px;background: transparent;
}
.leftNavigation li ul li .level4 li a:hover {color: #006bb1;}
.leftNavigation li ul li .level4 li {border-bottom: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li:last-child {border-bottom: solid 0px #D0E9F3;}

.leftNavigation .down-menu {display: none;}
.leftNavigation .sub-menu.active .down-menu {display: block;}
.leftNavigation .down-menu a:hover, .leftNavigation .down-menu a.active {color: #1e3d96;}
.leftNavigation .down-menu a:hover:after, .leftNavigation .down-menu a.active:after {background-color: #1e3d96;}

/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  z-index: 101;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 20px;
  border-bottom: 1px solid #D9DFE7;
  padding-bottom: 8px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .detail-top .top-other {
  color: #898B92;
  margin-top: 20px;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #111;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 30px;
  line-height: 1.8;
}
.details-page .main-cont p:last-child {margin-bottom: 0px;}
.details-page .main-cont.cont-xilan img {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
}
.details-page .main-cont[data-v-org] {overflow-x: auto;}

.details-page .cont-page {
  margin-top: 40px;
  border-top: 1px solid #dee5ec;
  padding-top: 20px;
  line-height: 24px;
  color: #999;
}
.details-page .cont-page .a-page {
  margin-top: 20px;background-position: 0 0;background-repeat: no-repeat;line-height: 22px;padding-left: 32px;
}
.details-page .cont-page .a-page:nth-child(1) {background-image: url(arrow-pre2.png);}
.details-page .cont-page .a-page:nth-child(2) {background-image: url(arrow-next2.png);}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #999;
}
.details-page .cont-page .a-page:hover {
  color: #0f2bab;
}
.details-page .cont-page .a-page:hover a {
  color: #0f2bab;
}
.details-page .cont-page-share {
  position: relative;
  padding-right: 100px;
  border-top: 1px solid #c1d1e5;
  margin-top: 30px;
}
.details-page .cont-page-share .cont-page {
  margin-top: 0;
  border-top: none;
}
.details-page .cont-page-share .cont-share {
  position: absolute;
  right: 0;
  top: 20px;
}
.details-page .cont-page-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -184px;
  left: -64px;
  width: 148px;
  height: 170px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #ccc;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
  display: none;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 14px auto 10px;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 21px;
  height: 21px;
  border: none;
}
.share-xl .social-share a.icon-wechat {
  background: url("comm-wx.png");
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("comm-wb.png");
  background-size: contain;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #677588;
}
.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
  content: '\f101';
}
.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
  content: '|';
}
.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
  content: '/';
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
  content: "\f015";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 16px;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups {
  position: relative;
}
.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
  content: "\f041";
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
  font-size: 18px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #fff;
}
.bread-crumbs .bread-item a.cur {
  color: #103A84;
}
.bread-crumbs .bread-item > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #fff;
}
.bread-crumbs a:hover,
.bread-crumbs a.cur {
  color: #FFA200;
}
/*side-menu*/
.side-menu {
  padding-bottom: 30px;
  margin-right: 8px;
}
.side-menu .menu-title {
  background: #103A84;
  background-size: cover;
  min-height: 65px;
  line-height: 35px;
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #fff;
}
.side-menu .menu-cont {
  background-color: #F5F8FC;
}
.side-menu .menu-cont .box-a {
  display: block;
  background: #FFFFFF;
  border-bottom: 1px solid #e2e5ef;
}
.side-menu .menu-cont .a-title {
  display: block;
  padding: 12px 30px;
  line-height: 30px;
  position: relative;
  color: #333;
  font-size: 17px;
}
.side-menu .menu-cont .a-title:after,
.side-menu .menu-cont .a-title:before {
  position: absolute;
}
.side-menu .menu-cont .a-title:before {
  content: '';
  left: 15px;
  top: 19px;
  width: 5px;
  height: 18px;
  background: #3D55A7;
  border-radius: 3px;
}
.side-menu .menu-cont .a-title:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 15px;
  font-size: 18px;
}
.side-menu .menu-cont .a-title.active,
.side-menu .menu-cont .a-title:hover {
  color: #FFFFFF;
  background: #103A84;
}
.side-menu .menu-cont .a-title.active:before,
.side-menu .menu-cont .a-title:hover:before {
  background: #fff;
}
.side-menu .down-menu {
  padding-bottom: 10px;
  padding-left: 15px;
}
.side-menu .down-menu a {
  display: block;
  padding: 5px 20px 5px 35px;
  line-height: 24px;
  font-size: 15px;
  color: #333;
  position: relative;
}
.side-menu .down-menu a:hover,
.side-menu .down-menu a.active {
  color: #3D55A7;
}
.side-menu .down-menu a:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  background-size: contain;
  width: 4px;
  height: 4px;
  background-color: #2e6da4;
  border-radius: 5px;
}
/*banner*/
.comp-banner {
  overflow: hidden;
}
.comp-banner:hover .owl-nav button.owl-prev {
  left: 2%;
}
.comp-banner:hover .owl-nav button.owl-next {
  right: 2%;
}
.comp-banner.comp-banner-01 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.comp-banner .banner-box {
  position: relative;
}
.comp-banner .banner-box img {
  display: block;
  width: 100%;
}
.comp-banner .banner-box .banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.comp-banner .banner-box .banner-mc .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
}
.comp-banner .owl-item.active .item .banner-mc .banner-title {
  animation-name: moveInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
.comp-banner .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.comp-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #666666;
}
.comp-banner .owl-dots .owl-dot.active {
  background-color: #103A84;
}
.comp-banner .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.5) !important;
  text-align: center;
  transition: all 0.5s;
}
.comp-banner .owl-nav button span {
  display: none;
}
.comp-banner .owl-nav button:after {
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.comp-banner .owl-nav button.owl-prev {
  left: -40px;
}
.comp-banner .owl-nav button.owl-prev:after {
  content: '\f104';
}
.comp-banner .owl-nav button.owl-next {
  right: -40px;
}
.comp-banner .owl-nav button.owl-next:after {
  content: '\f105';
}
.slider-progress-bar .progress {
  height: 4px;
  background: #103A84;
  animation: sliderProgressBar ease;
  display: block;
}
.my-slider:hover .slider-progress-bar .progress {
  animation-play-state: paused;
}
@keyframes sliderProgressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, -10%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/*图片集*/
.comp-photo-album .lg-outer .lg-thumb-outer {
  background-color: #fff;
}
a[href]:after {
  content: normal;
}
*:focus {
  outline: none;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
body {
  font-family: Arial, PingFangSC-Regular, sans-serif, "Microsoft YaHei", '微软雅黑';
}
/*page-main*/
.page-main {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
}
.index-page .page-main {
  background-color: #f2f6fc;
}
/*nav*/
.nav-wrap.nav-other nav.navbar.bootsnav {
  background: #073D90;
  position: relative;
}
.nav-wrap.nav-other nav.navbar.bootsnav::before {
  display: none;
}
nav.navbar.bootsnav {
  min-height: 120px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 100px;
  -ms-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  -o-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
}
.home nav.navbar.bootsnav::before {opacity: 1;height: 347px;}
.home nav.navbar.bootsnav {padding: 0 100px;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;}
nav.bootsnav .container {width: 100% !important;padding: 0;}
nav.navbar.bootsnav::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 60px;
  background: url(top-bg01.png) repeat-x top center;
  opacity: 0;
  background-size: 100% 100%;
}
nav.navbar.bootsnav .container-fluid {
  padding-left: 6%;
  padding-right: 6%;
  position: relative;
}
nav.navbar.bootsnav .navbar-header {
  margin-left: 0;
  margin-right: 0;
}
nav.navbar.bootsnav .navbar-brand {
  padding: 27px 0;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  width: 236px;
}
nav.navbar.bootsnav .navbar-brand .default {display: none;}
nav.navbar.bootsnav.scroll .navbar-brand .default {display: none;}
nav.navbar.bootsnav.scroll .navbar-brand .scroll {display: block;}
.home nav.navbar.bootsnav .navbar-brand .default {display: block;}
.home nav.navbar.bootsnav .navbar-brand .scroll {display: none;}
.home nav.navbar.bootsnav.scroll .navbar-brand .default {display: none;}
.home nav.navbar.bootsnav.scroll .navbar-brand .scroll {display: block;}
nav.navbar.bootsnav .navbar-brand img {
  display: block;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  float: right;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0 45px 0 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  margin-right: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  color: #333333;
  position: relative;
  padding: 51px 0 43px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 6px solid transparent;
}
.home nav.navbar.bootsnav ul.nav > li > a {color: #ffffff;padding: 51px 0 26px;}
.home nav.navbar.bootsnav.scroll ul.nav > li > a {padding: 51px 0 43px;}
nav.navbar.bootsnav.scroll ul.nav > li > a {color: #333333;}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: transparent!important;
  color: #A1877A !important;
  border-bottom: 6px solid #A1877A;
}
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: 500;border-bottom: 6px solid #A1877A;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 2px;
  border: none;
  box-shadow: 0 3px 12px 0 rgba(56, 46, 47, 0.22);
  background: #ffffff;
  min-width: 156px;
  width: 156px;
  left: 50%;
  margin-left: -78px;
  padding: 6px;
}
/*nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
  width: 0px;
  height: 0px;
  border: 7px solid #000;
  border-top-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}*/
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #333333;
  margin: 0;
  padding: 10px 12px;
  line-height: 24px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #fff;
  background: #92796e;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > ul.dropdown-menu {margin-left: 0;left: 100%;margin-top: 4px;}
nav.navbar.bootsnav.scroll {
  position: fixed;
  background-repeat: repeat-x;
  background-position: center;
  background: #ffffff;
  padding: 0 100px;
  -moz-transition: all .3s; /* Firefox */
    -ms-transition: all .3s; /* IE 9 */
    -o-transition: all .3s; /* Opera */
    transition: all .3s;
  -ms-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  -o-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(56, 46, 47, 0.5);
}
nav.navbar.bootsnav.scroll::before {
  display: none;
}
.header-other {
  padding-top: 15px;
  position: absolute;
  right: 0;
}
.header-other > div {
  float: left;
}
.header-other .other-link a,
.header-other .other-link span {
  float: left;
  color: #fff;
  font-size: 14px;
	margin: 0 15px;
	text-transform: uppercase;
}
.header-other .other-link a, .header-other .other-link span {
  line-height: 36px;
}
.header-other .other-link a:hover {
  color: #5ad6ff;
}
.header-other .search-a {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.phoe-menu-toggle {
  display: none;
}
nav.navbar.bootsnav ul.nav > li:last-child ul.dropdown-menu {
    right: 0;
    left: auto;
    margin-left: 0;
  }

.hc-mobile-nav li.nav-parent a {padding-right: 24px;}
@media (max-width: 1680px) {
	nav.navbar.bootsnav ul.nav > li {margin: 0 40px 0 0;}
}
@media (max-width: 1536px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li {margin: 0 32px 0 0;}
}
@media (max-width: 1366px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li > a {font-size: 17px;}
  nav.navbar.bootsnav ul.nav > li {margin: 0 28px 0 0;}
}
@media (max-width: 1280px) {
	nav.navbar.bootsnav ul.nav > li {margin: 0 22px 0 0;}
}
@media (max-width: 1240px) {
	nav.navbar.bootsnav ul.nav > li {margin: 0 16px 0 0;}
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav {
    min-height: 85px;padding: 0 44px;
  }
  nav.navbar.bootsnav::before, .home nav.navbar.bootsnav::before {
    height: 136px;
    background-size: 100% 100%;
  }
  nav.navbar.bootsnav .navbar-collapse {
    display: block !important;position: absolute;top: 0;right: 0;
  }
  nav.navbar.bootsnav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    padding: 17px 0;
  }
  .phone-menu-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none !important;
  }
  .header-other {
    position: absolute;
    right: 50px;
    top: 24px;
    padding-top: 0;
    margin-right: 0 !important;
  }
	.navbar .toggle {margin-top: 39px;right: 39px;}
	nav.navbar.bootsnav ul.nav {display: none;}
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left !important;
  }
	.header-other .other-link a {margin: 0 10px;}
	nav.navbar.bootsnav .navbar-collapse {right: 16px;}
}
@media (max-width: 767px) {
  nav.navbar.bootsnav::before, .home nav.navbar.bootsnav::before {height: 65px;}
  nav.navbar.bootsnav {padding: 0 20px;}
  nav.navbar.bootsnav .navbar-brand {width: auto;padding: 12px 0;}
  nav.navbar.bootsnav .navbar-brand img {width: 220px;}
  .header-other {
    right: 48px;
    top: 20px;
  }
	.navbar .toggle {right: 30px;margin-top: 29px;}
}
/*-----------------------------------------  FOOT  -----------------------------------------*/
.footer {overflow: hidden;background: #1d1818;}
.footer .secondhalf {padding: 12px 0;border-top: #255689 solid 1px;background: rgba(38,45,52,.4);color: #daebf3;font-size: 13px;text-align: center;line-height: 24px;}
.footer .secondhalf img {display: inline-block;margin-left: 15px;}
.footer .secondhalf a {color: #daebf3;}
.footer .secondhalf a:hover {color:#64d8ff;}
.copyright {font-size:12px; line-height:20px;color:#f7f7f7;display:block; overflow:hidden;background: url(foot-bg.jpg) no-repeat center #342b2b;padding: 36px 0;background-size: cover;}
.copyright .cas { display: block;overflow: hidden;float: left;margin: 0 40px 0 0;width: 87px;}
.copyright .cas img {}
.copyright .left { width:70%;font-size:14px; line-height:1.9;color:#fafafa;display:block; overflow:hidden; float:left;padding-top: 14px;}
.copyright .left span {display: block;margin: 0 8px;}
.copyright .left span:nth-child(2), .copyright .left span:nth-child(3) {display: inline-block;}
.copyright .left a {color:#fafafa;}
.copyright .left a:hover {color:#77d3ff;}
.copyright .rightbz {display:block; overflow:hidden; float:right;margin:5px 0 0;}
.copyright .rightbz img{ display:inline-block; margin-left:30px;}
.copyright .rightjb { width:65px; padding:10px 0 0 0;display:block; overflow:hidden; float:right;}
.copyright .rightwx { width:96px; padding:4px 0 0 0;display:block; overflow:hidden; float:right;}
.footer .banquan {font-size: 14px;color: #a8a8a8;padding: 18px;text-align: center;}
.footer .banquan span {display: inline-block;margin: 0 8px;}
.footer .banquan a:hover {color: #ffffff;}
.footnav {padding: 10px 0 0;}
.footnav li {}
.footnav li a {font-size: 16px;margin: 12px 0;display: block;}
.footnav li a:hover {color: #D5B173;}
@media (max-width: 1280px){
	
}
@media (max-width: 1199px){
	.copyright .cas {margin-right: 10px;}
	.copyright .left {padding-top: 0;}
	.footnav li a {font-size: 14px;}
}
@media (max-width: 991px){
	.footnav {display: none;}
	.copyright .left {padding-top: 14px;}
}
@media (max-width: 767px){
	.copyright .cas { width: 100%; border:0px;margin: 0;padding: 0;}
	.copyright .cas img {display: block;margin-right: auto;margin-left: auto;width: 90px;}
	.copyright .left { width:100%; text-align: center;}
	.copyright .rightwx {margin: 0 auto;float: none;padding:16px 0 0;text-align: center;}
}
/*-----------------------------------------  index  -----------------------------------------*/
.deep.more, .shallow.more {margin-top: 40px;}
.deep.more .btn-more3 {color: #ffffff;line-height: 50px;width: 300px;border-color: #ada1a1;}
.deep.more .btn-more3:focus, .deep.more .btn-more3:active, .deep.more .btn-more3:hover {border-color: #A1877A;}
.shallow.more .btn-more3 {line-height: 50px;width: 300px;}

.index-box {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.index-box .row-w {
  margin-left: -20px;
  margin-right: -20px;
}
.index-box .row-w .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.public-title {
  position: relative;
  margin-bottom: 60px;
  padding-left: 20px;
  font-size: 50px;
  font-weight: bold;
  color: #013778;
  line-height: 60px;
  z-index: 1;
}
.public-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 203px;
  height: 36px;
  z-index: -1;
}
@media (max-width: 767px) {
	.deep.more .btn-more3, .shallow.more .btn-more3 {width: 70%;}
	.deep.more, .shallow.more {margin-top: 36px;}
	.thirdpart .shallow.more {margin-top: 28px;}
}
/************************/
/*  Visitor Guide   */
/************************/
.guide {border: #a1877a dashed 1px;position: relative;height: 580px;background: rgba(255,255,255,.7);margin-bottom: 120px;}
.guide:after {position: absolute;content: '';width: 21px;height: 22px;top:-2px;left: -1px;z-index: 1;background: url(trim01.png) no-repeat;}
.guide:before {position: absolute;content: '';width: 21px;height: 22px;bottom:-2px;left: -1px;z-index: 1;background: url(trim02.png) no-repeat;}
.guide .g-lm {width: 325px;height: 100%;background: url(bg01.jpg);float: right;position: relative;z-index: 0;padding: 42px 20px;text-align: center;}
.guide .g-info {padding: 60px 20px 30px 80px;overflow: hidden;}
.guide .g-info .kgdate {}
.guide .g-info .kgdate li {display: inline-block;float: left;position: relative;padding-right: 110px;margin-right: 60px;}
.guide .g-info .kgdate li:after {position: absolute;content: '';width: 50px;height: 3px;background: #333333;right: 0;top:30px;}
.guide .g-info .kgdate li:last-child {margin-right: 0;padding-right: 0;}
.guide .g-info .kgdate li:last-child:after {content: none;}
.guide .g-info .kgdate h3 {font-size: 48px;color: #333333;line-height: 1;margin: 0;}
.guide .g-info .kgdate h4 {font-size: 18px;color: #333333;line-height: 1;margin: 12px 0 0;}
.guide .g-info .nrhei {overflow: hidden;float: left;margin-top: 30px;width: 100%;}
.guide .g-info .more {display: block;float: left;width: 100%;margin-top: 15px;}
.guide .g-info .more .btn-more3 {line-height: 36px;font-weight: 700;width: 140px;}
.guide .g-yylx {position: absolute;z-index: 3;padding: 14px 80px;left: 0;right: 0;bottom: 38px;}
.guide .g-yylx .row {margin-left: -20px;margin-right: -20px;}
.guide .g-yylx .row > [class^='col'] {padding-left: 20px;padding-right: 20px;}
.yylx-box {background: #ffffff;position: relative;
-ms-box-shadow: 0px 0px 16px 0px rgba(161, 135, 122, 0.2);
  -o-box-shadow: 0px 0px 16px 0px rgba(161, 135, 122, 0.2);
  -moz-box-shadow: 0px 0px 16px 0px rgba(161, 135, 122, 0.2);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(161, 135, 122, 0.2);
  box-shadow: 0px 0px 16px 0px rgba(161, 135, 122, 0.2);
}
.yylx-box .yylx-tit {width: 60px;float: left;height: 180px;position: relative;}
.yylx-box .yylx-tit:after, .yylx-box .yylx-tit:before {position: absolute;content: '';width: 22px;height: 25px;z-index: 4;}
.yylx-box .yylx-tit.yy:after {background: url(bk01.png) no-repeat;right: -11px;top: -14px;}
.yylx-box .yylx-tit.yy:before {background: url(bk01f.png) no-repeat;right: -11px;bottom: -14px;}
.yylx-box .yylx-tit.lx:after {background: url(bk02.png) no-repeat;right: -11px;top: -14px;}
.yylx-box .yylx-tit.lx:before {background: url(bk02f.png) no-repeat;right: -11px;bottom: -14px;}
.yylx-box .yylx-tit h4 {font-size: 18px;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;writing-mode: tb-rl;color: #ffffff;text-align: center;height: 100%;width: 39px;font-weight: 700;letter-spacing: 4px;}
.yylx-box .yylx-txt {overflow: hidden;}

.pre-book {padding: 28px 56px 20px;}
.pre-book .rg {width: calc(100% - 168px);float: left;margin-top: 13px;}
.pre-book .rg h4 {font-size: 14px;font-weight: 700;line-height: 1.1;margin-bottom: 3px;padding-left: 6px;}
.pre-book .rg .row {margin-left: -10px;margin-right: -10px;}
.pre-book .rg .row > [class^='col'] {padding-left: 10px;padding-right: 10px;}
.pre-book .rg li {margin-top: 10px;}
.pre-book .rg p {padding: 0 17px;background: #EAE4DA;font-size: 14px;color: #333333;text-align: center;border-radius: 60px;line-height: 26px;}
.pre-book .ewm {width: 124px;float: right;}
.guide-contact {padding: 41px 30px 20px;}
.guide-contact li {margin: 12px 0;}
.guide-contact li h4 {font-size: 14px;color: #333333;position: relative;padding-top: 4px;padding-left: 76px;}
.guide-contact li h4 strong {position: absolute;top: 0;left: 0;}
.guide-contact li img {display: inline-block;margin-right: 10px;}

.guide-pg {}
.guide-pg .g-yylx {position: relative;padding: 60px 0 80px;}
.guide-pg h3 {margin-bottom: 40px;font-size: 30px;}
.guide-pg .contact {overflow: hidden;background: #F6F6F6;}
.guide-pg .contact .map {overflow: hidden;}
.guide-pg .contact .txt {width: 52%;overflow: hidden;padding: 65px 50px 50px;float: left;}
.guide-pg .contact .txt h4 {font-size: 20px;font-weight: 700;margin-bottom: 22px;border-left: #A1877A solid 5px;line-height: 1;padding-left: 14px;}
.guide-pg .contact .txt h4:nth-of-type(2) {margin-top: 80px;}
.guide-pg .contact .txt p {font-size: 16px;margin: 0 0 12px;position: relative;color: #333333;line-height: 2;}
.guide-pg .contact .txt p strong {margin-right: 8px;position: absolute;top: 0;left: 0;}
.guide-pg .contact .txt p:last-child {color: #999999;}
@media (max-width: 1536px) {
	.pre-book {padding: 28px 33px 20px;}
	.guide-contact .row {margin-left: -10px !important;margin-right: -10px !important;}
	.guide-contact .row > [class^='col'] {padding-left: 10px !important;padding-right: 10px !important;}
	.guide-contact {padding: 34px 30px 20px;}
	.guide-contact li {margin: 7px 0;}
	.guide-contact li:last-child {width: 100%;float: left;}
	.guide-pg .contact .txt {padding: 50px 36px 40px;}
}
@media (max-width: 1440px) {
	.guide .g-info {padding: 50px 20px 30px 50px;}
	.guide .g-yylx {padding: 14px 50px;}
	.guide-contact {padding: 34px 26px 20px;}
	.guide-pg .contact .txt {padding: 40px 36px 20px;}
	.guide-pg .contact .txt h4:nth-of-type(2) {margin-top: 68px;}
}
@media (max-width: 1280px) {
	.pre-book .rg {margin-top: 0;}
	.pre-book .rg .col-md-6 {width: 100%;float: left;}
	.pre-book .rg li {margin-top: 8px;}
	.guide-contact {padding: 20px 42px 20px;}
	.guide-contact .col-md-6 {width: 100%;float: left;}
}
@media (max-width: 1199px) {
	.guide {margin-bottom: 80px;}
	.guide .g-info .kgdate h3 {font-size: 42px;}
	.guide .g-info .kgdate li {padding-right: 78px;margin-right: 25px;}
	.guide .g-info .kgdate li:after {top: 20px;}
	.guide-pg .contact .txt h4:nth-of-type(2) {margin-top: 60px;}
	.guide-pg .contact .txt p {line-height: 1.8;}
}
@media (max-width: 991px) {
	.guide {height: 736px;}
	.guide .g-lm {width: 210px;}
	.guide .g-info {padding: 32px 20px 30px 30px;}
	.guide .g-info .kgdate li {padding-right: 43px;margin-right: 12px;}
	.guide .g-info .kgdate li:after {width: 32px;}
	.guide > .g-yylx .col-md-6:first-child .yylx-box, .guide-pg > .g-yylx .col-md-6:first-child .yylx-box {margin-bottom: 24px;}
	.guide .g-yylx {padding: 14px 30px;bottom: 22px;}
	.guide .g-info .nrhei {font-size: 15px;}
	.guide-pg .contact .txt {width: 100%; padding: 40px 36px 30px;}
	.guide-pg .contact .map {width: 100%;}
}
@media (max-width: 767px) {
	.guide {height: auto;margin-bottom: 66px;}
	.guide .g-lm {width: 100%;float: left;padding: 20px;height: 159px;}
	.guide .g-lm img {height: 100%;}
	.guide .g-yylx {position: relative;}
	.guide:after {bottom: -2px;right: -1px;background-image: url(trim04.png);top: inherit;left: inherit;}
	.guide .g-info {padding: 24px 22px 32px;}
	.guide .g-info .kgdate {width: 100%;text-align: center;}
	.guide .g-info .kgdate h3 {font-size: 26px;}
	.guide .g-info .kgdate li {padding-right: 30px;margin-right: 4px;float: none;}
	.guide .g-info .kgdate li:after {width: 20px;top: 12px;height: 2px;}
	.guide .g-info .nrhei {line-height: 1.5;margin-top: 12px;}
	.guide .g-info .nrhei p {margin-top: 8px;}
	.guide .g-yylx {padding: 14px 20px;}
	.pre-book .rg {width: 100%;float: left;}
	.pre-book .ewm {width: 100%;float: left;margin-top: 15px;}
	.yylx-box .yylx-tit {width: 42px;height: 308px;}
	.yylx-box .yylx-tit h4 {width: 29px;}
	.guide-contact {padding: 20px 22px 20px;}
	.guide-contact li {margin: 10px 0;}
	.pre-book {padding: 26px 23px 20px;}
	.guide .g-yylx .col-md-6:nth-of-type(2) .yylx-box .yylx-tit, .guide-pg .g-yylx .col-md-6:nth-of-type(2) .yylx-box .yylx-tit {height: 203px;}
	.guide-pg h3 {margin-bottom: 20px;font-size: 25px;}
	.guide-pg .g-yylx {padding: 40px 0 60px;}
	.guide-pg .contact .txt {padding: 24px 22px 22px;}
	.guide-pg .contact .txt h4:nth-of-type(2) {margin-top: 28px;}
}
/************************/
/*  Overvie   */
/************************/
.overviewpart {padding: 0 0 80px;position: relative;}
.overviewpart:after {
    position: absolute;
    top: 165px;
    left: 0;
    bottom: 0;
    content: '';
    background: url(bg01.jpg);
    z-index: 0;
    width: 69.48%;
}
.overviewpart .txt .section-title {padding-left: 70px;margin-bottom: 38px;}
.overviewpart .txt .more {text-align: center;width: 308px;}
.overviewpart .txt .more .btn-more3 {line-height: 40px;width: 130px;}
.overviewpart .txt h4 {position: relative;z-index: 5;font-size: 16px;line-height: 1.8;color: #ffffff;margin-top: 45px;padding: 80px 0 0;margin-bottom: 28px;}
.overviewpart .txt h4 p {margin-bottom: 20px;}
.overviewpart .txt h4 p:last-child {margin-bottom: 0px;}
.overviewpart .gkbg {width: 69.479vw;height: 25.417vw;position: absolute;content: '';bottom: 0;left: 0;background: url(bg01.jpg);z-index: 0;}
.overviewpart .video-box {position: absolute;right: 0px;top: 0px;width: calc(55% - 15px);z-index: 3;}
.overviewpart .video-box video {height: 100% !important;display: block;width: 100%;background: #4e0100;}
@media (max-width: 1536px) {
	.overviewpart .txt h4 {margin-bottom: 0px;}
}
@media (max-width: 1440px) {
	.overviewpart {padding: 0;}
	.overviewpart .txt h4 {padding: 54px 0 0;margin-bottom: 60px;}
	.overviewpart .video-box {width: calc(56% - 15px);}
}
@media (max-width: 1366px) {
	.overviewpart .txt h4 {height: 303px;overflow: hidden;margin-bottom: 80px;}
}
@media (max-width: 1280px) {
	.overviewpart .txt h4 {margin-bottom: 50px;}
}
@media (max-width: 1199px) {
	.overviewpart .txt h4 {height: 200px;margin-bottom: 70px;}
}
@media (max-width: 991px) {
	.overviewpart .txt .section-title {margin-bottom: 25px;}
	.overviewpart:after {top: 130px;}
	.overviewpart .txt h4 {margin-top: 0;margin-bottom: 32px;
		-webkit-line-clamp: 5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
@media (max-width: 767px) {
	.overviewpart .video-box {position: relative;width: 100%;padding: 20px 20px 35px;}
	.overviewpart .txt h4 {margin-bottom: 10px;-webkit-line-clamp: inherit;height: auto;}
	.overviewpart:after {width: 100%;}
	.overviewpart .txt .section-title {padding-left: 0;text-align: center;}
	.overviewpart .txt .more {width: 100%;}
}
/************************/
/*  Notice   */
/************************/
.noticepart {display: block;position: relative;}
.noticepart .focus {background: #ffffff;overflow: hidden;height: 393px;}
.noticepart .focus .img-box {width: 260px;height: 393px;overflow: hidden;float: left;}
.noticepart .focus .img-box img {width: 100%;height: 100%;object-fit: cover;}
.noticepart .focus .news-box {overflow: hidden;height: 100%;position: relative;padding: 50px 80px 20px;}
.noticepart .focus .news-box .round {position: absolute;width: 30px;height: 30px;content: '';background: #3d3535;border-radius: 100%;}
.noticepart .focus .news-box .zs {left: -15px;top:-15px;}
.noticepart .focus .news-box .zx {left: -15px;bottom:-15px;}
.noticepart .focus .news-box .ys {right: -15px;top:-15px;}
.noticepart .focus .news-box .yx {right: -15px;bottom:-15px;}
.noticepart .focus .news-box .date {width: 66px;border: #A1877A solid 1px;font-size: 38px;line-height: 1;padding-top: 3px;color: #A1877A;font-weight: 700;text-align: center;margin-bottom: 20px;position: relative;z-index: 1;}
.noticepart .focus .news-box .date:after {position: absolute;content: '';width: 30px;height: 2px;background: #A1877A;bottom: -22px;left: 0;}
.noticepart .focus .news-box .date span {display: block;background: #A1877A;padding: 3px;color: #ffffff;font-size: 14px;line-height: 1;font-weight: 400;margin-top: 2px;}
.noticepart .focus .news-box h4 {font-size: 18px;line-height: 1.7;padding-top: 20px;border-top: #ECE7E4 solid 1px;position: relative;color: #333333;
    max-height: 174px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.noticepart .focus .news-box:hover h4 {color: #6a4736;}
.noticepart .focus .news-box .more {font-size: 14px;color: #A1877A;background: transparent;display: inline-block;position: absolute;bottom: 42px;width: 100%;}
.noticepart .focus .news-box .more:hover {color: #8a211a;}
.noticepart .focus .news-box .more i {background: url(icon-05.png) no-repeat;width: 18px;height: 6px;margin-left: 10px;display: inline-block;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.list-box {position: absolute;right: 0px;top: 0px;width: calc(49% - 15px);z-index: 3;border-top: #564F4F solid 1px;border-left: #564F4F solid 1px;}
.list-box .box-s {position: relative;padding: 33px 28.32% 36px 176px;z-index: 0;overflow: hidden;border-bottom: #564F4F solid 1px;}
.list-box .box-s:before {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #D5B173;
	background: -webkit-linear-gradient(left, #D5B173 0%, transparent 80%);
    background: -o-linear-gradient(left, #D5B173 0%, transparent 80%);
    background: -moz-linear-gradient(left, #D5B173 0%, transparent 80%);
	background: linear-gradient(to right, #D5B173 0%, transparent 80%);
	opacity: .3;
}
.list-box .box-s:hover:before {
    left: 0;
}
.list-box .box-s h4 {font-size: 18px;color: #ffffff;line-height: 1.7;min-height: 52px;position: relative;z-index: 3;overflow: hidden;display: block;
max-height: 61px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.list-box .box-s .date {position: absolute;top:34px;left: 45px; font-size: 34px;color: #ffffff; line-height: 1.1;float: left;width: 108px;text-align: center;border-right: #7E7165 solid 1px;z-index: 3;padding-right: 20px;}
.list-box .box-s .date span {display: block;font-size: 16px;}
@media (max-width: 1680px) {
	.list-box .box-s {padding-right: 15.32%;}
}
@media (max-width: 1536px) {
	.list-box .box-s {padding-right: 10.32%;}
}
@media (max-width: 1440px) {
	.list-box .box-s {padding-right: 12.32%;}
	.noticepart .focus .news-box {padding: 50px 60px 20px;}
}
@media (max-width: 1280px) {
	.noticepart .focus .news-box {padding: 50px 50px 20px;}
}
@media (max-width: 1199px) {
	.noticepart .focus .news-box {padding: 40px 30px 20px;}
	.noticepart .focus .img-box {width: 210px;}
	.list-box .box-s .date {top: 40px;left: 25px;font-size: 31px;}
	.list-box .box-s {padding-left: 154px;}
}
@media (max-width: 991px) {
	.noticepart .focus, .noticepart .focus .img-box {height: 325px;}
	.noticepart .focus .img-box {width: 260px;}
	.list-box {position: relative;left: 25px;margin-top: 30px;width: 100%;}
	.noticepart .focus .news-box h4 { max-height: 113px;-webkit-line-clamp: 3;}
	.list-box .box-s {padding-right: 7.32%;}
}
@media (max-width: 767px) {
	.noticepart .focus {height: auto;}
	.noticepart .focus .img-box {height: 200px;width: 100%;}
	.noticepart .focus .news-box {width: 100%;float: left;padding: 34px 30px;}
	.noticepart .focus .news-box .more {position: relative;margin-top: 16px;bottom: inherit;}
	.noticepart .focus .news-box h4 {max-height: inherit;-webkit-line-clamp: inherit;}
	.list-box .box-s {padding: 25px 23px;}
	.list-box .box-s .date {position: relative;top:inherit;right: inherit;width: 100%;height: auto;text-align: left;border: 0;margin-bottom: 16px;left: 0;}
	.list-box .box-s .date span {display: inline-block;margin-left: 15px;}
	.list-box .box-s h4 {width: 100%;float: left;padding-right: 20px;max-height: inherit;-webkit-line-clamp: inherit;line-height: 1.5;}
	.list-box {left: 20px;}
}

/************************/
/*     News and Information     */
/************************/
.slider-1 {}
.slider-1 .section-title {
	text-align: center;
}
.slider-1 .h2-heading {
	margin-bottom: 3rem;
	text-align: center;
}
.slider-1 .slider-container {
	position: relative;
}
.slider-1 .swiper-container {
	position: static;padding: 12px;
}
.slider-1 .card {
	position: relative;
	border: none;
	background-color: #ffffff;
	-ms-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  -o-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  -moz-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
	border-bottom: #A1877A solid 3px;
}
.slider-1 .card:hover {background-color: #A1877A;}
.slider-1 .card-image {width: 100%;height: 301px;overflow: hidden;}
.slider-1 .card-image img {width: 100%;height: 100%;object-fit: cover;
-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.slider-1 .card-body {
	padding: 23px 30px;overflow: hidden;
}
.slider-1 .testimonial-text {font-size: 15px;color: #A1877A;}
.slider-1 .testimonial-author {margin-bottom: 8px;font-size: 18px;color: #333;height: 58px;line-height: 1.6;
-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.slider-1 a:hover .testimonial-text, .slider-1 a:hover .testimonial-author {color: #ffffff;}
.slider-1 a:hover .card-image img {
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.slider-1 .swiper-button-next, .slider-1 .swiper-button-prev { display: inline-block; position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; z-index: 5; visibility: visible; transition: all .5s; width: 50px; height: 50px; transform: translateZ(0); background-color: #D0C3BC; outline: none;border-radius: 100%; }
.slider-1 .swiper-button-next:hover, .slider-1 .swiper-button-prev:hover { background: #A1877A; }
.slider-1 .swiper-button-next:hover:after, .slider-1 .swiper-button-prev:hover:after {color: #ffffff;}
.slider-1 .swiper-button-next.swiper-button-disabled, .slider-1 .swiper-button-prev.swiper-button-disabled { background-color: #D0C3BC;opacity: 1; }
.slider-1 .swiper-button-next.swiper-button-disabled:after, .slider-1 .swiper-button-prev.swiper-button-disabled:after {color: #ffffff;}
.slider-1 .swiper-button-next:after { display: block; position: absolute; left: 53%; top: 48%; transform: translate(-50%, -50%);font-size: 21px;color: #ffffff;font-weight: 400;font-family: 'FontAwesome';content: '\f105'; }
.slider-1 .swiper-button-prev:after { display: block; position: absolute; left: 47%; top: 48%; transform: translate(-50%, -50%);font-size: 21px;color: #ffffff;font-weight: 400;font-family: 'FontAwesome';content: '\f104'; }
.slider-1 .swiper-button-next { right: -4.83958%;}
.slider-1 .swiper-button-prev { left: -4.83958%;}
.slider-1 .pglanmu1_l:after {width: 152px;}
@media (max-width: 1536px) {
	.slider-1 .card-image {height: 288px;}
	.slider-1 .swiper-button-next { right: -3.83958%;}
	.slider-1 .swiper-button-prev { left: -3.83958%;}
}
@media (max-width: 1440px) {
	.slider-1 .card-image {height: 256px;}
}
@media (max-width: 1366px) {
	.slider-1 .swiper-button-next { right: -1%;}
	.slider-1 .swiper-button-prev { left: -1%;}
}
@media (max-width: 1280px) {
	.slider-1 .card-image {height: 238px;}
}
@media (max-width: 1199px) {
	.slider-1 .card-image {height: 212px;}
	.slider-1 .swiper-button-next, .slider-1 .swiper-button-prev {top: 45%;}
}
@media (max-width: 1024px) {
	.slider-1 .card-image {height: 196px;}
}
@media (max-width: 991px) {
	.slider-1 .card-image {height: 232px;}
}
@media (max-width: 767px) {
	.slider-1 .card-image {height: 56.744vw;}
	.slider-1 .pglanmu1_l {font-size: 17px;}
	.slider-1 .swiper-button-next { right: -3%;}
	.slider-1 .swiper-button-prev { left: -3%;}
	.slider-1 .testimonial-author {height: auto;-webkit-line-clamp: inherit;}
}
/************************/
/*  Exhibition Hall Introduction  */
/************************/
.showroom {}
.showroom li {width: 20%;display: inline-block;float: left;position: relative;overflow: hidden;}
.showroom li:after {position: absolute;width: 1px;height: 30px; bottom: 0;left: 70px;content: '';background: #ffffff;opacity: 1;}
.showroom li img {
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.showroom li:hover img {opacity: 1;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.showroom li .hover {display: none;opacity: 0;}
.showroom li:hover .default {display: none;}
.showroom li:hover .hover {display: block;}
.showroom li h3 {position: absolute;left: 58px;top: 50px;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;font-size: 20px;color: #ffffff;letter-spacing: 4px;font-weight: 700;line-height: 1;}
.showroom li h4 {position: absolute;right: 52px;top: 50px;bottom: 50px; -ms-writing-mode: tb-rl;writing-mode: vertical-rl;font-size: 16px;color: #ffffff;line-height: 1.6;letter-spacing: 2px;opacity: 0;
	width: 77px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.showroom li:hover h4 {opacity: 1;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.showroom li .more {font-size: 14px;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;line-height: 1;letter-spacing: 2px;position: absolute;left: 62px;bottom: 50px;opacity: 1;color: #ffffff;}
.showroom li:hover:after, .showroom li:hover .more {opacity: 0;}
.showroom li:nth-child(6) {display: none;}
@media (max-width: 1440px) {
	.showroom li h3 {left: 42px;}
	.showroom li h4 {right: 42px;}
	.showroom li .more {left: 46px;}
	.showroom li:after {left: 52px;}
}
@media (max-width: 1280px) {
	.showroom li h4 {line-height: 1.4;width: 66px;}
}
@media (max-width: 1199px) {
	.showroom li h3 {left: 32px;top: 30px;}
	.showroom li h4 {right: 32px;top: 30px;bottom: 30px;}
	.showroom li .more {left: 35px;}
	.showroom li:after {left: 42px;}
}
@media (max-width: 991px) {
	.showroom li:nth-child(6) {display: block;}
	.showroom li {width: 33.333333%;}
}
@media (max-width: 767px) {
	.showroom li {width: 50%;}
	.showroom li h3 {left: 22px;top: 24px;}
	.showroom li h4 {right: 22px;top: 24px;bottom: 24px;}
	.showroom li .more {left: 25px;}
	.showroom li:after {left: 32px;}
}

.exhibition {}
.exhibition li {width: 20%;display: inline-block;float: left;position: relative;overflow: hidden;}
.exhibition li:after {position: absolute;width: 1px;height: 30px; bottom: 0;left: 70px;content: '';background: #ffffff;opacity: 1;}
.exhibition .img-box {background: #ccc;overflow: hidden;position: relative;width: 100%;height: 473px;}
.exhibition .img-box img {width: 100%;height: 100%;object-fit: cover;
-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.exhibition li:hover .img-box img {opacity: 1;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.exhibition .img-box:after {position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: url(zt-zz02.png) no-repeat center;content: '';background-size: 100% 100%;}
.exhibition li:nth-child(even) .img-box:after {background-image: url(zt-zz01.png);}
.exhibition li:hover .img-box:after {background-image: url(zt-zz03.png);}
.exhibition li h3 {position: absolute;left: 58px;top: 50px;bottom: 136px;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;font-size: 20px;color: #ffffff;letter-spacing: 4px;font-weight: 700;line-height: 1.2;width: 22px;overflow: hidden;}
.exhibition li h4 {position: absolute;right: 52px;top: 50px;bottom: 50px; -ms-writing-mode: tb-rl;writing-mode: vertical-rl;font-size: 16px;color: #ffffff;line-height: 1.6;letter-spacing: 2px;opacity: 0;
	width: 77px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.exhibition li:hover h4 {opacity: 1;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.exhibition li .more {font-size: 14px;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;line-height: 1;letter-spacing: 2px;position: absolute;left: 62px;bottom: 50px;opacity: 1;color: #ffffff;}
.exhibition li:hover:after, .exhibition li:hover .more {opacity: 0;}
.exhibition li:nth-child(6) {display: none;}
@media (max-width: 1536px) {
	.exhibition .img-box {height: 453px;}
}
@media (max-width: 1440px) {
	.exhibition .img-box {height: 407px;}
	.exhibition li h3 {left: 42px;}
	.exhibition li h4 {right: 42px;}
	.exhibition li .more {left: 46px;}
	.exhibition li:after {left: 52px;}
}
@media (max-width: 1280px) {
	.exhibition .img-box {height: 381px;}
	.exhibition li h4 {line-height: 1.4;width: 66px;}
}
@media (max-width: 1199px) {
	.exhibition .img-box {height: 318px;}
	.exhibition li h3 {left: 32px;top: 30px;font-size: 17px;width: 19px;}
	.exhibition li h4 {right: 32px;top: 30px;bottom: 30px;}
	.exhibition li .more {left: 35px;}
	.exhibition li:after {left: 42px;}
}
@media (max-width: 991px) {
	.exhibition .img-box {height: 410px;}
	.exhibition li:nth-child(6) {display: block;}
	.exhibition li {width: 33.333333%;}
}
@media (max-width: 767px) {
	.exhibition .img-box {height: 74.4186vw;}
	.exhibition li {width: 50%;}
	.exhibition li h3 {left: 22px;top: 24px;bottom: 128px;}
	.exhibition li h4 {right: 22px;top: 24px;bottom: 24px;}
	.exhibition li .more {left: 25px;font-size: 13px;bottom: 42px;}
	.exhibition li:after {left: 32px;}
}
/************************/
/*  Special Exhibition and Temporary Exhibition   */
/************************/
.tzlz {}
.tzlz .img-box {float: right;width: 64%;height: 429px;}
.tzlz .img-box img {width: 100%;height: 100%;object-fit: cover;}
.tzlz .txt-box {overflow: hidden;padding-right: 80px;}
.tzlz .txt-box h2 {padding: 20px 0 24px;font-size: 36px;color: #ffffff;line-height: 1.3;margin-bottom: 22px;position: relative;}
.tzlz .txt-box h2:after {position: absolute;content: ''; width: 30px;height: 2px;left: 0;bottom: 0;background: #D5B173;}
.tzlz .txt-box h3 {font-size: 16px;line-height: 1.9;color: #C0BEBE;margin-bottom: 30px;
	max-height: 122px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tzlz .txt-box .lx li {font-size: 14px;color: #ffffff;margin-bottom: 10px;}
.tzlz .txt-box .lx li img {display: inline-block;margin-right: 6px;}
.tzlz .txt-box .more {margin-top: 50px;}
.tzlz .txt-box .more .btn-more3 {background: #D5B173;border-color: #D5B173;color: #000000;width: 230px;line-height: 50px;}
.tzlz .txt-box .more .btn-more3::before {background: #b08d7c;}
.tzlz .txt-box .more .btn-more3:focus, .tzlz .txt-box .more .btn-more3:active, .tzlz .txt-box .more .btn-more3.active, .tzlz .txt-box .more .btn-more3:hover {background: #b08d7c;border-color: #b08d7c;color: #ffffff;}
@media (max-width: 1199px) {
	.tzlz .txt-box {padding-right: 60px;}
	.tzlz .txt-box h2 {font-size: 32px;}
}
@media (max-width: 991px) {
	.tzlz .txt-box {padding-right: 39px;}
	.tzlz .txt-box h2 {font-size: 23px;}
}
@media (max-width: 767px) {
	.tzlz .txt-box {width: 100%;padding-right: 0;}
	.tzlz .img-box {float: left;height: auto;width: 100%;}
	.tzlz .txt-box h3 {margin-bottom: 20px;}
	.tzlz .txt-box .more {margin-top: 40px;text-align: center;}
}
/************************/
/*  Cultural and Creative Products   */
/************************/
.wccp {position: relative;}
.w-imgText{ overflow:hidden;}
.w-imgText ul,.w-imgText li{ list-style:none; padding:0; margin:0;}
.w-imgText .item{ position:relative;}
.w-imgText .img-count-in{ position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden;*height:100%; }
.w-imgText .textB{ line-height:1.7;}
.w-imgText .textB .bg_x{ position:absolute; left:0; right:0; top:0; bottom:0; z-index:0;}
.w-imgText .text_x{ position:relative; z-index:1;}
.w-imgText .igt_page{ text-align:center; display:none; z-index:5;}
.w-imgText .igt_page .swiper-pagination-bullet{ border-radius: 100%; -webkit-border-radius: 100%; width: 12px; height: 12px; background: transparent; opacity:0.5;border: #fff solid 1px;}
.w-imgText .igt_page .swiper-pagination-bullet-active{ background:#ffffff; opacity:1;}

.w-imgText3 {position:relative;}
.w-imgText3 .item{ padding-left:1px;}
.w-imgText3 .img{ width:47.143%; position:relative; overflow:hidden;}
.w-imgText3 .img .imgSize{ height:436px;}
.w-imgText3 .img img{width:100%;transition:transform 0.5s; -webkit-transition:transform 0.5s;position: relative;height: 100%;object-fit: cover; }
.w-imgText3 li:hover .img img{ transform:scale(1.02); -webkit-transform:scale(1.02);}
.w-imgText3 .textB{ position:absolute; left:47.143%; right:0; top:0; bottom:0;padding:20px 30px; }
.w-imgText3 .text_x{padding:28px 0 30px 80px; position:absolute; left:0; top:0;right:0; bottom:0; }
.w-imgText3 .text_x .btn-more3 {width: auto;line-height: 36px;padding: 0 34px 0 50px;margin-top: 26px;display: none;}
.w-imgText3 .text_x .btn-more3 i {width: 14px;height: 14px;display: inline-block;background: url(icon-buy.png) no-repeat bottom center;margin-right: 6px;position: absolute;left: 31px;top: 10px;}
.w-imgText3 .text_x .btn-more3:hover i, .w-imgText3 .text_x .btn-more3:active i, .w-imgText3 .text_x .btn-more3:focus i {background-image: url(icon-buyf.png);}
.w-imgText3 .textB .bg_x{ background:#F7E7CC;}
.w-imgText3 .text_x .tt_h{font-size:36px;color:#A1877A;line-height:1.1;margin-bottom:22px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.w-imgText3 .text_x .itemtxt {color:#999;line-height: 2;font-size: 16px;
	max-height: 96px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.w-imgText3 .text_x .btn_x{display:inline-block; *display:inline; *zoom:1; line-height:2.6; padding:0 2em; border:1px solid #666; color:#666; text-decoration:none;}
.w-imgText3 .igt_btn{ position:absolute; z-index:9; left:47.143%; margin-left:-60px; bottom: 0; width:120px; height:60px;}
.w-imgText3 .igt_btn .igt_prev,.w-imgText3 .igt_btn .igt_next{ position:absolute; cursor:pointer; top:0; width:60px; height:60px; background:rgba(213,177,115,0.7);}
.w-imgText3 .igt_btn .igt_prev{ left:1px;}
.w-imgText3 .igt_btn .igt_next{ right:-1px;}
.w-imgText3 .igt_btn .igt_prev:before{
	display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 21px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'FontAwesome';
    content: '\f104';
}
.w-imgText3 .igt_btn .igt_next:before{
	display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 21px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'FontAwesome';
    content: '\f105';
}
.w-imgText3 .igt_btn .igt_prev:hover,.w-imgText3 .igt_btn .igt_next:hover{background-color:#D5B173;}
.swiper-pic {position: absolute;bottom: 0;right: 0;z-index: 99;width:47.143%;}
.swiper-pic .row {margin-left: -10px;margin-right: -10px;}
.swiper-pic .row > [class^='col'] {padding-left: 10px;padding-right: 10px;}
.swiper-pic .img-box {width: 100%;height: 136px;}
.swiper-pic .img-box img {width: 100%;height: 100%;object-fit: cover;}
.swiper-pic .active .img-box {border: #A1877A solid 6px;}

.wccp[data-v-pg] {padding-top: 20px;}
.wccp[data-v-pg] .w-imgText3 .img { width:51.425%;z-index: 0;}
.wccp[data-v-pg] .w-imgText .igt_page {display: block;position: absolute;width: auto;left: inherit;right: 60px;bottom: 128px;}
.wccp[data-v-pg] .w-imgText3 .textB {z-index: 1;top: 40px;bottom: 40px;background: url(bg12.jpg) top center #B79E80; }
.wccp[data-v-pg] .w-imgText3 .textB {left: 49%;}
.wccp[data-v-pg] .w-imgText3 .text_x {padding: 68px 60px;}
.wccp[data-v-pg] .w-imgText3 .text_x .tt_h {color: #ffffff;}
.wccp[data-v-pg] .w-imgText3 .text_x .itemtxt {color: #ffffff;line-height: 1.8;max-height: 86px;}
.wccp[data-v-pg] .w-imgText3 .img .imgSize { height: 489px;}
.wccp[data-v-pg] .w-imgText3 .text_x .btn-more3 i {background-image: url(icon-buyf.png);}
.wccp[data-v-pg] .w-imgText3 .text_x .btn-more3 {color: #ffffff;border-color: #ffffff;margin-top: 75px;}
.wccp[data-v-pg] .w-imgText3 .text_x .btn-more3:focus,
.wccp[data-v-pg] .w-imgText3 .text_x .btn-more3:active,
.wccp[data-v-pg] .w-imgText3 .text_x .btn-more3:hover {color: #fff;background: #A1877A;border-color: #A1877A;}

.wccp[data-v-pg] .igt_btn{ position: absolute;z-index: 9;width: 120px;height: 60px;top: 0;right: 1px;}
.wccp[data-v-pg] .igt_btn .igt_prev, .wccp[data-v-pg] .igt_btn .igt_next{ position:absolute; cursor:pointer; top:0; width:60px; height:60px; background:rgba(213,177,115,0.7);}
.wccp[data-v-pg] .igt_btn .igt_prev{ left:1px;background: rgba(213, 177, 115, 0.8);}
.wccp[data-v-pg] .igt_btn .igt_next{ right:-1px;}
.wccp[data-v-pg] .igt_btn .igt_prev:before{
	display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 21px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'FontAwesome';
    content: '\f104';
}
.wccp[data-v-pg] .igt_btn .igt_next:before{
	display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 21px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'FontAwesome';
    content: '\f105';
}
.wccp[data-v-pg] .igt_btn .igt_prev:hover, .wccp[data-v-pg] .igt_btn .igt_next:hover{background-color:#D5B173;}
@media (max-width: 1440px) {
	.swiper-pic {width:46.143%;}
	.swiper-pic .img-box {height: 113px;}
	.w-imgText3 .img .imgSize {height: 390px;}
	.w-imgText3 .text_x {padding-top: 20px;}
	.wccp[data-v-pg] .w-imgText3 .img .imgSize { height: 421px;}
	.wccp[data-v-pg] .w-imgText3 .text_x {padding: 56px 60px 30px;}
	.wccp[data-v-pg] .w-imgText3 .text_x .btn-more3 {margin-top: 42px;}
	.wccp[data-v-pg] .w-imgText .igt_page {bottom: 104px;}
}
@media (max-width: 1280px) {
	.swiper-pic .img-box {height: 105px;}
	.w-imgText3 .img .imgSize {height: 376px;}
	.w-imgText3 .text_x {padding-top: 16px;}
	.wccp[data-v-pg] .w-imgText3 .img .imgSize { height: 394px;}
	.wccp[data-v-pg] .w-imgText3 .text_x {padding: 42px 45px;}
	.wccp[data-v-pg] .w-imgText3 .text_x .tt_h {font-size: 32px;}
	.wccp[data-v-pg] .w-imgText .igt_page {right: 45px;}
}
@media (max-width: 1199px) {
	.swiper-pic .row {margin-left: -8px;margin-right: -8px;}
	.swiper-pic .row > [class^='col'] {padding-left: 8px;padding-right: 8px;}
	.swiper-pic {width:45.143%;}
	.swiper-pic .img-box {height: 86px;}
	.w-imgText3 .img .imgSize {height: 302px;}
	.w-imgText3 .text_x {padding-top: 6px;}
	.w-imgText3 .text_x .tt_h {font-size: 32px;margin-bottom: 14px;}
	.w-imgText3 .text_x .itemtxt {line-height: 1.6;max-height: 77px;}
	.w-imgText3 .text_x .btn-more3 {margin-top: 18px;}
	.wccp[data-v-pg] .w-imgText3 .text_x .tt_h {font-size: 26px;}
}
@media (max-width:991px){
	.w-imgText .igt_btn{ display:none;}
	.w-imgText3 .img .imgSize, .wccp[data-v-pg] .w-imgText3 .img .imgSize {height: 61.875vw;}
	.w-imgText3 .img, .wccp[data-v-pg] .w-imgText3 .img { width:100%; float:none;}
	.w-imgText3 .textB { position:relative; left:0;padding:1.5em 0;}
	.w-imgText3 .text_x3{ padding:0; position:relative ;}
    .w-imgText3 .text_x .btn_x{ position:relative; bottom:0; right:0; margin-top:1.5em;}
	.w-imgText3 .igt_btn{ width:auto; left:0; margin-left:0; right:0; top:50%; margin-top:-60px;}
	.w-imgText3 .text_x .tt_h {line-height: 1.3;font-size: 30px;white-space: inherit;}
	.swiper-pic {bottom: inherit;top: 46vw;width: 100%;padding: 0 17%;}
	.swiper-pic .img-box {height: 102px;}
	.sixpart .shallow.more {border-top: #d9d0cb dashed 1px;margin: 6px 26px 0;padding-top: 30px;}
	.wccp[data-v-pg] {padding-top: 0;}
	.wccp[data-v-pg] .w-imgText3 .textB {top: 0;position:relative; left:0;padding: 0;}
	.wccp[data-v-pg] .w-imgText .igt_page {bottom: 56px;}
	.wccp[data-v-pg] .igt_btn {top: 54.3vw;}
}
@media (max-width:767px){
    .w-imgText3 .img .imgSize { height:59.767442vw; padding-bottom:55%;}
	.swiper-pic .active .img-box {border: #A1877A solid 3px;}
	.swiper-pic .img-box {height: 14.651vw;}
	.swiper-pic {padding: 0 38px;top: 42vw;}
	.wccp[data-v-pg] .w-imgText3 .img .imgSize {height: 59.767442vw;}
	.wccp[data-v-pg] .igt_btn {top:45.8vw;}
	.wccp[data-v-pg] .w-imgText3 .text_x {padding: 24px 25px;}
	.wccp[data-v-pg] .w-imgText .igt_page {bottom: 39px;right: 25px;}
}
@media (max-width:390px) {
	.wccp[data-v-pg] .igt_btn {top:44.6vw;}
}
@media (max-width:390px) {
	.wccp[data-v-pg] .igt_btn {top:43.8vw;}
}
/************************/
/*  Text List   */
/************************/
.textlist {margin-bottom: 50px;}
.textlist .row {margin-left: -20px;margin-right: -20px;}
.textlist .row > [class^='col'] {padding-left: 20px;padding-right: 20px;}
.textlist .list-module {border-bottom: #D0C3BC dashed 1px;}
.textlist li:first-child.list-module {border-top: #D0C3BC dashed 1px;}
.textlist .list-module:hover {border-bottom: #ffffff dashed 1px;}
.textlist .list-module.line {border-bottom: #ffffff dashed 1px !important;}
.textlist li:first-child.list-module:hover {border-top: #ffffff dashed 1px;}
.textlist .box-s {
  padding: 40px 160px 40px 55px;
  position: relative;
  transition: background 0.3s;
}
.textlist .box-s .round {position: absolute;width: 30px;height: 30px;content: '';background: #ffffff;border-radius: 100%;}
.textlist .box-s .zs {left: -15px;top:-15px;}
.textlist .box-s .zx {left: -15px;bottom:-15px;}
.textlist .box-s .ys {right: -15px;top:-15px;}
.textlist .box-s .yx {right: -15px;bottom:-15px;}
.textlist .box-s:before {
  content: "";
  left: 30px;
  top: 43px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 10px solid #A1877A;
  border-bottom: 7px solid transparent;
}
.textlist .box-s .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.1;
  font-size: 20px;
}
.textlist .box-s .box-date {
  position: absolute;
  right: 40px;
  top: 37px;
  color: #A1877A;
  font-size: 17px;
}
.textlist .box-s:hover {background: url(bg11.jpg) no-repeat center #9f8579;}
.textlist .box-s:hover:before {border-left-color: #ffffff;}
.textlist .box-s:hover .box-title, .textlist .box-s:hover .box-date {color: #ffffff;}
@media (max-width: 767px) {
	.textlist {margin-bottom: 30px;}
	.textlist .box-s {padding: 20px 20px 20px 45px;}
	.textlist .box-s .box-title {white-space: normal;height: auto;line-height: 1.5;font-size: 18px;margin-bottom: 6px;}
	.textlist .box-s .box-date {position: static;}
	.textlist .box-s:before {top: 25px;left: 20px;}
}

.list-article { overflow:hidden; display:block;margin-top: 10px;}
.list-article li {overflow:hidden;margin-top: 20px;position: relative;padding-left: 20px;font-size:17px;line-height:1.6;color: #444;}
.list-article li:after {position: absolute;content: ''; top:10px;left: 0; width: 6px;height: 6px;background: #1A4CB1;border-radius: 50%;}
.list-article li a { float:left;width: 100%;overflow:hidden;font-size:16px;line-height:150%; color:#383838;padding-left: 18px;text-overflow:ellipsis; white-space:nowrap;text-align: justify; }
.list-article li a > img {display: inline-block;margin: 0 0 0 6px;}
.list-article li a:hover {color: #1958af;}
@media (max-width: 991px){
	.list-article li a{white-space: normal;}
}

.list-card {}
.list-card .row {margin-left: -20px;margin-right: -20px;}
.list-card .row > [class^='col'] {padding-left: 20px;padding-right: 20px;}
.list-card li {margin-bottom: 40px;}
.list-card .news-box {position: relative;padding: 40px;background-repeat: no-repeat;background-position: top left;background-color: #ffffff;background-image: url(bk-bg01.png);border: #A1877A dashed 1px;}
.list-card .news-box .round {position: absolute;width: 16px;height: 16px;content: '';background-position: center;background-repeat: no-repeat;}
.list-card .news-box .zs {left: -1px;top:-1px;background-image: url(bk03-1.png);}
.list-card .news-box .zx {left: -1px;bottom:-1px;background-image: url(bk03-4.png);}
.list-card .news-box .ys {right: -1px;top:-1px;background-image: url(bk03-2.png);}
.list-card .news-box .yx {right: -1px;bottom:-1px;background-image: url(bk03-3.png);}
.list-card .news-box .date {width: 66px;border: #A1877A solid 1px;font-size: 38px;line-height: 1;padding-top: 3px;color: #A1877A;font-weight: 700;text-align: center;margin-bottom: 20px;position: relative;z-index: 1;}
.list-card .news-box .date:after {position: absolute;content: '';width: 30px;height: 2px;background: #A1877A;bottom: -22px;left: 0;}
.list-card .news-box .date span {display: block;background: #A1877A;padding: 3px;color: #ffffff;font-size: 14px;line-height: 1;font-weight: 400;margin-top: 2px;}
.list-card .news-box h4 {font-size: 18px;line-height: 1.7;padding-top: 20px;border-top: #ECE7E4 solid 1px;position: relative;color: #333333;
    height: 113px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-card .news-box .more {font-size: 14px;color: #A1877A;background: transparent;display: inline-block;margin-top: 26px;}
.list-card .news-box .more i {background: url(icon-05.png) no-repeat;width: 18px;height: 6px;margin-left: 10px;display: inline-block;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.list-card .news-box:hover .date {border-color: #ffffff;color: #ffffff;}
.list-card .news-box:hover .date:after {background: #ffffff;}
.list-card .news-box:hover .date span {background: #ffffff;color: #A1877A;}
.list-card .news-box:hover {background-color: #A1877A;background-image: url(bk-bg01f.png);}
.list-card .news-box:hover .zs {background-image: url(bk03-1f.png);}
.list-card .news-box:hover .zx {background-image: url(bk03-4f.png);}
.list-card .news-box:hover .ys {background-image: url(bk03-2f.png);}
.list-card .news-box:hover .yx {background-image: url(bk03-3f.png);}
.list-card .news-box:hover h4 {color: #6a4736;border-top: #B49F95 solid 1px;color: #ffffff;}
.list-card .news-box:hover .more {color: #ffffff;}
.list-card .news-box:hover .more:hover {color: #e5d0c6;}
.list-card .news-box:hover .more i {background-image: url(icon-05f.png);}
@media (max-width: 1199px){
	.list-card .row {margin-left: -15px;margin-right: -15px;}
	.list-card .row > [class^='col'] {padding-left: 15px;padding-right: 15px;}
	.list-card li {margin-bottom: 30px;}
	.list-card .news-box {padding: 25px;}
}
@media (max-width: 767px){
	.list-card li {margin-bottom: 25px;}
	.list-card .news-box h4 {height: auto;-webkit-line-clamp: inherit;line-height: 1.5;}
}
/************************/
/*  Personnel list   */
/************************/
.group {overflow: hidden;}
.group .row {margin-left: -25px;margin-right: -25px;}
.group .row > [class^='col'] {padding-left: 25px;padding-right: 25px;}
.group li {margin-top: 40px;}
.group li .boxstyle {overflow: hidden;background: #E1EAFF;border-bottom: #1A4CB1 solid 2px;padding: 5px;}
.group li .boxstyle .img-box {height: 0;overflow: hidden;padding-bottom: 133%;}
.group li .boxstyle .img-box img {width: 100%;
-moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.group li .boxstyle .txtinfo {margin: 15px 12px 12px;overflow: hidden;}
.group li .boxstyle .txtinfo h4 { margin: 0;color: #333333;font-size: 17px;line-height: 1;font-weight: 700;text-align: center;}
.group li .boxstyle .txtinfo p {font-size: 13px;color: #808080;line-height: 18px;margin: 0;word-break: break-all;overflow: hidden;width: 100%;text-overflow: ellipsis;white-space: nowrap;display: block;}
.group li a:hover .boxstyle {background: #1A4CB1;}
.group li a:hover .boxstyle .txtinfo h4 { color: #ffffff;}
.group li a:hover .boxstyle .img-box img {
	-webkit-transition: scale(1.12);
  -moz-transition: scale(1.12);
  -o-transition: scale(1.12);
  transform: scale(1.12);
}
.group .col-md-2 {float: left;}
@media (max-width: 1680px) {
.group .row {margin-left: -20px;margin-right: -20px;}
.group .row > [class^='col'] {padding-left: 20px;padding-right: 20px;}
}
@media (max-width: 1536px) {
.group .col-md-2 {width: 20%;}
}
@media (max-width: 1680px) {
.group .row {margin-left: -15px;margin-right: -15px;}
.group .row > [class^='col'] {padding-left: 15px;padding-right: 15px;}
}
@media (max-width: 1280px) {
  .group {margin-top: 10px;}
  .group .col-md-2 {width: 25%;}
  .group li {margin-top: 30px;}
}
@media (max-width: 767px) {
  .group {margin-top: 5px;}
  .group .row {margin-left: -10px;margin-right: -10px;}
  .group .row > [class^='col'] {padding-left: 10px;padding-right: 10px;}
  .group li {margin-top: 22px;}
  .group .col-md-2 {width: 50%;}
}
/************************/
/*  Personnel Details   */
/************************/
.rcphotobox {width: 100%;height: 330px;display: table;padding: 40px;position: relative;z-index: 1;}
.rcphotobox span {display: table-cell;vertical-align: middle;}
.rcphotobox span img {max-height: 251px;border: #efefef solid 0px;}
.pepxl-txt {margin-top: 10px;font-size: 15px;line-height: 1.5;}
.pepxl-txt li {margin-top: 24px;}
.pepxl-txt li:nth-child(2n+1) {clear: left;}
.pepxl-txt span {color: #444;font-weight: 700;font-size: 17px;display: block;float: left;}
.pepxl-txt i {color: #666;font-style: normal;font-weight: 500;font-size: 16px;line-height: 1.5;}
.pepxl-txt .col-md-6 {float: left;} 
.module { margin:0px auto; overflow:hidden; width:100%;border-radius: 4px;background: #F5F8FF;position: relative;border-top: #1A4CB1 solid 3px;}
.module-a {float:right;padding-bottom:200em;margin-bottom:-200em;}
.module-b,.module-c,.module-d{float:left;padding-bottom:200em;margin-bottom:-200em;}
.module-a{width:25%;}
.module-a img {border-radius: 5px;}
.module-b{width:75%;}
.module-b .jbinfo {padding: 37px 0 30px 40px;}
.module-b .jbinfo h2 { font-size:26px; line-height:1; margin:2px 0 15px 0;overflow: hidden;color:#1f1f1f;/*text-overflow: ellipsis;white-space: nowrap;*/display: block;background: url(lmbg01.png) repeat-x bottom;padding-bottom: 12px;font-weight: 700;}
.module-b .jbinfo h2:after {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 28px;
    height: 4px;
    background: #4c63b6;
}
.bl { border-left:#c1e8d3 solid 1px;}
@media screen and (max-width: 1536px){
	.module-a{width:30%;}
	.module-b{width:70%;}
	.pepxl-txt .col-md-6 {width: 100%;} 
	.pepxl-txt li {margin-top: 10px;}
}
@media screen and (max-width: 1366px){
	.module-a{width:33%;}
	.module-b{width:67%;}
}
@media screen and (max-width: 1263px){
	.module-a{width:36%;}
	.module-b{width:64%;}
}
@media screen and (max-width: 1199px){
	.module-a{width:33%;}
    .module-b{width:67%;}
}
@media screen and (max-width: 800px){
	.module-a{width:41%;}
    .module-b{width:59%;}
}
@media screen and (max-width: 767px){
	.module-a{width:100%;}
	.module-b{width:100%;}
	.module-b .jbinfo {padding: 16px 18px 20px 18px;} 
}
/************************/
/*  Picture List   */
/************************/
.view-list {margin-top: 10px;}
.view-list .row {margin-left: -18px;margin-right: -18px;}
.view-list .row > [class^='col'] {padding-left: 18px;padding-right: 18px;}
.view-list li:nth-child(4n+1) {clear: left;}
.view-list li {margin-top: 30px;}
.view-list .box-s .box-img {
  height: 202px;
  margin-bottom: 13px;
  overflow: hidden;
  border-radius: 3px;
}
.view-list .box-s .box-title {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin: 0;
}
.view-list .box-s:hover .box-title {color: #1A4CB1;}
.img-cont {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img-cont .img-bg {
  min-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  filter: blur(10px);
  margin-top: 0;
  top: 0;
  transform: none;
  max-width: 200%;
}
.img-cont .img-box {
  width: 100%;
  height: 100%;
  display: block;
  background: #dce7ff;
}
.img-cont .img-box img {
  width: 100%;height: 100%;object-fit: cover;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.box-s-w:hover .img-cont .img-box img {
  -webkit-transition: scale(1.16) rotate(3deg);
  -moz-transition: scale(1.16) rotate(3deg);
  -o-transition: scale(1.16) rotate(3deg);
  transform: scale(1.16) rotate(3deg);
}

.view-list[data-v-fg] .box-s .box-img {height: 277px;}

@media (max-width: 1680px) {
	.view-list li:nth-child(4n+1) {clear: inherit;}
	.view-list li:nth-child(3n+1) {clear: left;}
	.view-list .box-s .box-img {height: 229px;}
	.view-list .col-md-3 {width: 33.333333%;float: left;}
	.view-list[data-v-fg] .col-md-3 {width: 25%;float: left;}
	.view-list[data-v-fg] li:nth-child(4n+1) {clear: left;}
	.view-list[data-v-fg] li:nth-child(3n+1) {clear: inherit;}
	.view-list[data-v-fg] .box-s .box-img {height: 250px;}
}
@media (max-width: 1536px) {
	.view-list .box-s .box-img {height: 197px;}
	.view-list[data-v-fg] .box-s .box-img {height: 223px;}
}
@media (max-width: 1440px) {
	.view-list .box-s .box-img {height: 183px;}
	.view-list[data-v-fg] .box-s .box-img {height: 213px;}
}
@media (max-width: 1366px) {
	.view-list .row {margin-left: -15px;margin-right: -15px;}
	.view-list .row > [class^='col'] {padding-left: 15px;padding-right: 15px;}
	.view-list .box-s .box-img {height: 183px;}
	.view-list[data-v-fg] .box-s .box-img {height: 202px;}
}
@media (max-width: 1280px) {
	.view-list .box-s .box-img {height: 156px;}
	.view-list[data-v-fg] .box-s .box-img {height: 189px;}
}
@media (max-width: 1199px) {
	.view-list .box-s .box-img, .view-list[data-v-fg] .box-s .box-img {height: 215px;}
	.view-list[data-v-fg] .col-md-3 {width: 33.333333%;}
	.view-list[data-v-fg] li:nth-child(4n+1) {clear: inherit;}
	.view-list[data-v-fg] li:nth-child(3n+1) {clear: left;}
}
@media (max-width: 1024px) {
	.view-list .box-s .box-img, .view-list[data-v-fg] .box-s .box-img {height: 183px;}
}
@media (max-width: 991px) {
	.view-list .box-s .box-img, .view-list[data-v-fg] .box-s .box-img {height: 176px;}
}
@media (max-width: 800px) {
	.view-list li:nth-child(3n+1), .view-list[data-v-fg] li:nth-child(3n+1) {clear: inherit;}
	.view-list li:nth-child(2n+1), .view-list[data-v-fg] li:nth-child(2n+1) {clear: left;}
	.view-list .col-md-3, .view-list[data-v-fg] .col-md-3 {width: 50%;}
	.view-list .box-s .box-img, .view-list[data-v-fg] .box-s .box-img {height: 210px;}
}
@media (max-width: 767px) {
	.view-list .col-md-3, .view-list[data-v-fg] .col-md-3 {width: 100%;}
	.view-list .box-s .box-img {height: auto;}
	.img-cont .img-box img {min-height: 210px;}
}
/************************/
/*  Table Data   */
/************************/
.tabledata {overflow: hidden;margin-top: 40px;border: #f0f5ff solid 1px;}
.tabledata table {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 0;
}
.tabledata table tr td {
  border: solid 1px #ffffff;
  padding: 19px 14px;
  color: #333333;vertical-align: middle;
}
.tabledata table thead tr th {
  background-color: #5377BF;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid #9fb2d9;
  vertical-align: middle;
}
.tabledata table tbody tr td {
  line-height: 1.4;text-align: center;font-size: 15px;
}
.tabledata table tbody tr:nth-child(even) {background-color: #F0F5FF;}
.tabledata .table-hover > tbody > tr:hover {background-color: #e7eff4;}
.tabledata .title-s {
  display: block;
  color: #333;
}
.tabletit {margin-top: 16px;}
.tabletit h3 {font-size: 22px;color: #333;line-height: 1.1;font-weight: 700;margin: 0 0 16px;text-align: center;}
.tabletit h4 {font-size: 16px;color: #333;line-height: 1.1;margin: 0 0 22px;text-align: center;}
@media (max-width: 767px) {
	.tabledata {margin-top: 26px;}
	.tabledata.xs tr td {text-align: left;border: 0;padding: 0;font-size: 15px;}
	.tabledata {border: #d2e3ed solid 1px;}
	.tabledata table tbody tr td {padding: 0;text-align: left;border: 0;}
	table.bt tbody td:before {width: 98px;}
	table.bt tbody td .bt-content {width: 68%;}
}
@media (max-width: 390px) {
	table.bt tbody td .bt-content {width: 63%;}
}
@media (max-width: 375px) {
	table.bt tbody td .bt-content {width: 60%;}
}
/************************/
/*  About   */
/************************/
div.CuMob {
  height: 572px;
}
.video-js .vjs-big-play-button {
  width: 110px !important;
  height: 110px !important;
  background: url(icon-video.png) no-repeat center !important;
}
.vjs-big-play-centered .vjs-big-play-button {
  margin-top: -62px !important;
  margin-left: -62px !important;
	border: 0 !important;
}
.video-js .vjs-big-play-button:after {
  width: 110px !important;
  height: 110px !important;

}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  display: none !important;
}
@media (max-width: 1536px) {
	div.CuMob {height: 516px;}
}
@media (max-width: 1440px) {
	div.CuMob {height: 486px;}
}
@media (max-width: 1366px) {
	div.CuMob {height: 468px;}
}
@media (max-width: 1280px) {
	div.CuMob {height: 436px;}
}
@media (max-width: 1199px) {
	div.CuMob {height: 376px;}
}
@media (max-width: 991px) {
	div.CuMob {height: 276px;}
}
@media (max-width: 767px) {
	div.CuMob {height: 51.163vw;}
}
@media (max-width: 600px) {
	.video-js .vjs-big-play-button {width: 70px !important;height: 70px !important;background-size: 100% !important;}
	.vjs-big-play-centered .vjs-big-play-button {margin-top: -35px !important;margin-left: -35px !important;}
	.video-js .vjs-big-play-button:after {width: 70px !important;height: 70px !important;}
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.picturelist {overflow: hidden;}
.picturelist .row {margin-right: -25px;margin-left: -25px;}
.picturelist .row > [class^='col'] {padding-right: 25px;padding-left: 25px;}
.picturelist li {margin-bottom: 30px;}
.picturelist li .boxstyle {position: relative;}
.picturelist li .boxstyle .img-box {width: 100%;height: 356px;overflow: hidden;position: relative;}
.picturelist li .boxstyle .img-box img {width: 100%;height: 100%;object-fit: cover;
-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.picturelist li .boxstyle .img-box .date {position: absolute;right: 0;bottom: 0;background: #F18200;padding: 15px 17px;color: #ffffff;font-size: 16px;line-height: 1.1;z-index: 3;border-radius: 10px 0 0 0;}
.picturelist li a:hover .boxstyle .img-box img {
-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
}
.picturelist li .boxstyle .txtinfo {overflow: hidden;padding: 24px 30px;position: relative;z-index: 2;background: #ffffff;}
.picturelist li .boxstyle .txtinfo h5 {font-size: 16px;color: #1481d5;margin: 0 0 14px 0;font-weight: 700;text-transform: inherit;}
.picturelist li .boxstyle .txtinfo h4 { overflow: hidden;font-size: 18px;color: #333;margin: 0;line-height: 1.5;
height: 54px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.picturelist li a:hover .boxstyle .txtinfo h4 { color: #1b3baa;}
.picturelist li .boxstyle .txtinfo p {font-size: 15px;color: #e1edf8;line-height: 140%;margin: 0;word-break: break-all;width: 100%;-webkit-line-clamp: 4;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;height: 86px;}
.picturelist li .txtbottom {overflow: hidden;}
.picturelist li .txtbottom .dates {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #195ab4;
    float: left;line-height: 33px;padding-left: 1px;
}
.picturelist li .txtbottom .dates i {
	margin-right: 5px;
}
.picturelist li .txtbottom .wzlink {float: right;overflow: hidden;}
.picturelist li .txtbottom .wzlink img {width: auto;height: auto;}
.picturelist li .txtbottom .wzlink a {
    display: block;
    height: 33px;
    width: 33px;
    font-size: 14px;
    text-align: center;opacity: .6;
}
.picturelist li .txtbottom .wzlink a:hover {
    opacity: 1;
}
@media (max-width: 1680px) {
    .picturelist li .boxstyle .img-box {height: 307px;}
}
@media (max-width: 1440px) {
	.picturelist .row {margin-right: -20px;margin-left: -20px;}
	.picturelist .row > [class^='col'] {padding-right: 20px;padding-left: 20px;}
    .picturelist li .boxstyle .img-box {height: 266px;}
}
@media (max-width: 1366px) {
    .picturelist li .boxstyle .img-box {height: 252px;}
}
@media (max-width: 1280px) {
	.picturelist .row {margin-right: -15px;margin-left: -15px;}
	.picturelist .row > [class^='col'] {padding-right: 15px;padding-left: 15px;}
	.picturelist li .boxstyle .img-box {height: 238px;}
}
@media (max-width: 1199px) {
	.picturelist li .boxstyle .img-box {height: 301px;}
}
@media (max-width: 991px) {
	.picturelist li .boxstyle .img-box {height: 217px;}
}
@media (max-width: 767px) {
.picturelist li .boxstyle .img-box {height: auto;}
.picturelist li .boxstyle .txtinfo h4 {height: auto;-webkit-line-clamp: initial;}
}

.list-tab { overflow:hidden; display:block;margin-top: 10px;}
.list-tab ul li {overflow:hidden;width:100%; text-align:left;margin-bottom: 26px;}
.list-tab ul li a{ float:left;max-width:80%;overflow:hidden;font-size:16px;line-height:1.4; color:#333;background-image: url(icon02.png);background-repeat: no-repeat;background-position: left 5px;padding:0 0 0 22px;text-overflow:ellipsis; white-space:nowrap; display:block; font-weight:500;}
.list-tab ul li a span {color: #EB0003;margin-right: 10px;}
.list-tab ul li a > img { display:inline-block; margin:0 0 0 6px;}
.list-tab ul li a:hover {color: #1b3baa; text-decoration: none;}
.list-tab i {float: left;margin: 0 0 0 8px;}
.list-tab span {line-height:1.4;color:#a6a6a6; font-size: 16px; font-family:Arial;}
.list-tab span.right {float: right;}
@media (max-width: 1199px) {
	.list-tab {margin-bottom: 20px;}
	.list-tab ul li {margin-bottom: 20px;}
}
@media (max-width: 991px) {
	.list-tab ul li a{ float:left;max-width:78%;}
	.list-tab ul li {margin-bottom: 18px;}
}
@media (max-width: 767px){
	.list-tab ul li a {max-width: 100%;white-space: normal;}
	.list-tab ul li a span {padding: 0;}
	.list-tab span {width: 100%;padding-left: 21px;padding-top: 4px;}
}

.list-txt { overflow:hidden; display:block;margin-top: 10px;}
.list-txt ul li {overflow:hidden;width:100%; text-align:left;margin-bottom: 37px;}
.list-txt ul li:last-child {margin-bottom: 0;}
.list-txt ul li a { float:left;max-width:80%;overflow:hidden;font-size:16px;line-height:1.4; color:#333;padding:0 0 0 22px;text-overflow:ellipsis; white-space:nowrap; display:block; font-weight:500;position: relative;}
.list-txt ul li a:after {position: absolute;content: '';width: 10px;height: 10px;border: #F18200 solid 1px;top:6px;left: 0;border-radius: 50%;}
.list-txt ul li a span {color: #EB0003;margin-right: 10px;}
.list-txt ul li a > img { display:inline-block; margin:0 0 0 6px;}
.list-txt ul li a:hover {color: #1b3baa; text-decoration: none;}
.list-txt i {float: left;margin: 0 0 0 8px;}
.list-txt span {line-height:1.4;color:#a6a6a6; font-size: 16px; font-family:Arial;}
.list-txt span.right {float: right;}
@media (max-width: 1680px) {
.list-txt ul li {margin-bottom: 31px;}
}
@media (max-width: 1440px) {
.list-txt ul li {margin-bottom: 25px;}
}
@media (max-width: 1366px) {
.list-txt ul li {margin-bottom: 23px;}
}
@media (max-width: 1280px) {
.list-txt {margin-top: 0;}
}
@media (max-width: 991px) {
.list-txt ul li a{ float:left;max-width:78%;}
.list-txt ul li {margin-bottom: 18px;}
}
@media (max-width: 767px){
.list-txt ul li a {max-width: 100%;white-space: normal;}
.list-txt ul li a span {padding: 0;}
.list-txt span {width: 100%;padding-left: 21px;padding-top: 4px;}
}

.index-culture-box {overflow: hidden;background: url(bg02.jpg) no-repeat left bottom #ffffff;padding: 30px;border-top: #1A4CB1 solid 3px;background-size: 100%;min-height: 773px;}
.index-culture-box li {
  margin-bottom: 24px;border-bottom: #a3c0de dashed 1px;padding-bottom: 24px;
}
.index-culture-box li:last-child {
  margin-bottom: 0;padding-bottom: 0;border: 0;
}
.culture-a {
  display: block;overflow: hidden;
}
.culture-a .c-date {
  float: left;
  margin-right: 30px;
  width: 72px;
  text-align: right;
  font-size: 30px;
  color: #1A4CB1;
  line-height: 1.1;
  margin-top: 5px;
  position: relative;
  font-family: "Times New Roman","serif";
  padding-bottom: 6px;
}
.culture-a .c-date:after {position: absolute;content: '';width: 30px;height: 1px;background: #F18200;right: 0;bottom: 0;}
.culture-a .c-date div:first-child {
  font-size: 14px;
  color: #9BA2BB;
}
.culture-a .c-title {
  font-size: 16px;
  color: #262626;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}
.culture-a:hover .c-title {
  color: #2245ab;
}
@media (max-width: 1680px){
	.index-culture-box li {margin-bottom: 21px;padding-bottom: 21px;}
}
@media (max-width: 1440px){
	.index-culture-box {padding: 24px 30px 30px;min-height: 660px;}
	.index-culture-box li {margin-bottom: 15px;padding-bottom: 19px;}
}
@media (max-width: 1366px){
	.culture-a .c-date {width: 66px;font-size: 27px;}
}
@media (max-width: 1199px){
	.index-culture-box {min-height: inherit;}
}
@media (max-width: 767px){
	.culture-a .c-date {
    margin-right: 20px;
  }
  .culture-a .c-date div {width: 66px;}
  .culture-a .c-title {
    display: block;
    height: auto;
  }
	.index-culture-box {padding: 24px 20px 30px;}
}

.rprogress {overflow: hidden;}
.rprogress .progress-l {width: 540px;overflow: hidden;float: left;margin-right: 30px;}
.rprogress .progress-l .limg {height: 356px;overflow: hidden;position: relative;border: #e1e3ec solid 1px;border-bottom: 0;}
.rprogress .progress-l .limg .date {position: absolute;right: 0;bottom: 0;background: #F18200;padding: 15px 17px;color: #ffffff;font-size: 16px;line-height: 1.1;z-index: 3;border-radius: 10px 0 0 0;}
.rprogress .progress-l .limg img { width: 100%;height: 100%;object-fit: cover;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;}
.rprogress .progress-l:hover .limg img {
-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1); 
}
.rprogress .progress-l .ltext {padding: 24px 30px;background: #1A4CB1;}
.rprogress .progress-l .ltext h4 {font-size: 18px;line-height: 1.5;color: #ffffff;margin: 0;height: 54px;overflow: hidden;}
.rprogress .progress-l:hover .ltext h4 {color: #b3cbff;}
.rprogress .progress-l .ltext h5 {line-height:1;color:#778bac; font-size: 15px; margin: 16px 0 0;}
.rprogress .progress-l .ltext h5 i {line-height:1;color:#778bac; font-size: 14px; margin-right: 10px;}
.rprogress .progress-l .ltext h5 span {line-height:1;color:#125bc3; font-size: 15px; font-weight: 500;}
.rprogress .progress-l .ltext h6 {font-size: 14px;line-height: 1.6;color: #9da6b4;margin: 16px 0 0;font-weight: 500;
    overflow: hidden;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 112px;
}
.rprogress .progress-r {}

@media (max-width: 1680px) {
	.rprogress .progress-l {width: 466px;}
	.rprogress .progress-l .limg {height: 307px;}
}
@media (max-width: 1440px) {
	.rprogress .progress-l {width: 402px;}
	.rprogress .progress-l .limg {height: 266px;}
}
@media (max-width: 1440px) {
	.rprogress .progress-l {width: 367px;}
	.rprogress .progress-l .limg {height: 252px;}
}
@media (max-width: 1280px) {
	.rprogress .progress-l {width: 359px;}
	.rprogress .progress-l .limg {height: 238px;}
}
@media (max-width: 1199px) {
	
}
@media (max-width: 991px){
	.rprogress {min-height: initial;}
	.rprogress .progress-l .limg {height: auto;}
    .rprogress .progress-l {width: 100%;height: auto;margin-right: 0;}
    .rprogress .progress-r {float: left;overflow: hidden;margin-top: 20px;}
	.rprogress .progress-l .ltext h4 {max-height: inherit;}
}
@media (max-width: 767px){
	
}
@media (max-width: 380px){
	.rprogress .progress-l .limg img {max-height: 222px;}
}
@media (max-width: 320px){
	.rprogress .progress-l .limg img {max-height: 186px;}
}
/************************/
/*  RESEARCH PROGRESS   */
/************************/
.swiper-event-box {
  position: relative;margin: 0 auto;
}
.swiper-event-box .event-prev {
  left: -100px;
  top: 38%;
  width: 50px;
  height: 50px;
  border: 1px solid #ae96d5;
  border-radius: 50%;
  margin: 0;
  background: #fff;
}
.swiper-event-box .event-prev:after { display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);font-size: 26px;color: #ae96d5;font-weight: 400;font-family: 'FontAwesome';content: '\f104'; }
.swiper-event-box .event-prev:hover {
  background-color: #ae96d5;
}
.swiper-event-box .event-prev:hover::after {
  color: #fff;
}
.swiper-event-box .event-next {
  right: -100px;
  top: 38%;
  width: 50px;
  height: 50px;
  border: 1px solid #ae96d5;
  border-radius: 50%;
  margin: 0;
  background: #fff;
}
.swiper-event-box .event-next:after { display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);font-size: 26px;color: #ae96d5;font-weight: 400;font-family: 'FontAwesome';content: '\f105'; }
.swiper-event-box .event-next:hover {
  background-color: #ae96d5;
}
.swiper-event-box .event-next:hover::after {
  color: #fff;
}
.events {
  display: block;
  overflow: hidden;
}
.events .img-box {
  width: 100%;
  height: 264px;
  overflow: hidden;
  border-radius: 5px;
}
.events .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.events .img-txt {padding: 18px 0 0;}
.events h1 {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
	text-align: center;
	margin: 0;
}
.events h4 {font-size: 16px;line-height: 1.3;color: #fff;font-weight: bold;}
.events p {
  color: #999999;
  line-height: 24px;
  max-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.events:hover .img-box img {
  transform: scale(1.1);
}
.events:hover h1 {
  color: #1b3baa;
}
.events:hover .img-txt::after {
  width: 100%;
}

.links-box {overflow: hidden;margin-top: 60px;}
.links-box .link-l {width: 200px;margin-right: 35px;float: left;position: relative;overflow: hidden;}
.links-box .link-l:after {position: absolute;content: '';width: 190px;height: 60px;right: 0;background: #2440A0;z-index: 0;border-radius: 0 20px;opacity: .26;}
.links-box .link-l .link-tit {width: 190px;float: left;background: #2440A0;text-align: center;line-height: 60px;color: #ffffff;position: relative;font-size: 28px;border-radius: 0 20px;z-index: 1;}
.links-box .link-r {overflow: hidden;}
.links-box .link-r a {font-size: 18px;color: #333333;line-height: 60px;padding-right: 47px;margin-right: 47px;display: inline-block;position: relative;}
.links-box .link-r a:hover {color: #2440a0;}
.links-box .link-r a:after {position: absolute;content: '';width: 1px;height: 18px;top:50%;right: 0;background: #666666;z-index: 0;margin-top: -9px;}
.links-box .link-r a:last-child {padding-right: 0;margin-right: 0;}
.links-box .link-r a:last-child:after {width: 0;}

/*----------------------------------  内页分割  ----------------------------------*/
.pageheader {
	position: relative;
    z-index: 0;
    background: #574749;
    overflow: hidden;
	margin-top: 120px;
	height: 19.69vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pageheader .mask {position: absolute;content: '';bottom: 0;left: 0;background-position: left bottom;background-repeat: no-repeat; width: 100%;height: 100%;background-size: cover;z-index: 1;}
.pageheader .container {height: 100%;}
.pageheader .container .columnname { position: absolute;z-index: 2;bottom: 50px;}
.pageheader .container .columnname h2 {font-size: 42px;color: #ffffff;margin: 0 0 40px;line-height: 1;}

.column { border-bottom: #E1E2F0 solid 1px;}
.column_l {width:auto;font-size:24px;font-weight:700;color:#1A4CB1;float:left;display:inline-block;padding: 8px 0 18px;line-height: 130%;position: relative;}
.column_r {float: right;}

.column1 { background: #193d7b; overflow:hidden;}
.column1_l { width:auto; font-size:26px; font-weight:500; color:#fff; float:left; display:inline-block; overflow:hidden;padding: 9px 15px;line-height: 130%;}
@media (max-width: 1280px){
	.pageheader .container .columnname {bottom: 40px;}
}
@media (max-width: 1199px){
	.pageheader {margin-top: 100px;}
	.pageheader .container .columnname {bottom: 25px;}
	.pageheader .container .columnname h2 {font-size: 36px;margin: 0 0 26px;}
	.column[data-v-lang] .column_r {width: 100%;display: block;}
}
@media (max-width: 991px){
	.pageheader {height: 25.805vw;}
	.pageheader .mask {background-size: 130% 100%;}
  .column_r {width: 100%;display: block;}
  .breadcrumb {padding: 0 0 10px 0;}
}
@media (max-width: 767px){
	.pageheader {margin-top: 85px;}
	.pageheader {height: 53.805vw;}
	.pageheader .mask {background-size: 160% 100%;}
	.pageheader .container .columnname {bottom: 8px;width: 100%;}
	.pageheader .container .columnname h2 {font-size: 32px;margin: 0 0 23px;}
  .column_l{padding: 8px 0 15px;}
}

.pgnav {}
.pgnav .menu-cont {position: relative;}
.pgnav .menu-cont .box-a {
  display: inline-block;
}
.pgnav .menu-cont .box-a:last-child {
  border-bottom: none;
}


.pgnav .menu-cont .a-title {
  display: block;
  margin-right: 60px;
  color: #ffffff;
  line-height: 1.1;
  position: relative;
  font-size: 20px;
  padding-bottom: 21px;
}
.pgnav .menu-cont .a-title:after {
  position: absolute;
  content: '';
  width: 58px;
  height: 11px;
  left: 20px;
  bottom: 0px;
  background: url(lm-pg.png) no-repeat center center;
  background-size: 100% 100% !important;
  opacity: 0;
}
.pgnav .menu-cont .box-a:hover .a-title, .pgnav .menu-cont .box-a.active .a-title {color: #D5B173;}
.pgnav .menu-cont .a-title:hover:after, .pgnav .menu-cont .box-a.active .a-title:after {opacity: 1;}
@media (max-width: 1199px) {
	.pgnav .menu-cont .a-title {font-size: 18px;margin-right: 50px;}
}
@media (max-width: 767px) {
	.pgnav .menu-cont .a-title:after {display: none;}
	.pgnav .menu-cont .a-title {font-size: 16px;margin-right: 22px;padding-bottom: 15px;}
	.pgnav[data-v-s] .menu-cont .box-a {width: 48%;}
	.pgnav[data-v-s] .menu-cont .a-title {font-size: 16px;margin-right: 0;padding-bottom: 15px;}
}
/* Breadcrumb
---------------------------------- */
.location {background: #F6F6F6;}
.bread-item { background: transparent;float: right;
  margin-bottom: 0;
  font-size: 14px;
  border-radius: 0px;padding: 15px 0;position: relative;
}
.bread-item > li { color:#999999;}
.bread-item > li > a { color:#999999;}
.bread-item > li > a:hover { color:#A1877A;}
.bread-item > li > a:last-child { color:#A1877A;}
.bread-item > li > span:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 8px;
  color: #999999;
}

@media (max-width: 767px) {
	.bread-item {float: none;}
}
/*-----------------图文---------------------*/
.piclist {}
.piclist li {margin-bottom: 48px;}
.piclist li:last-child {margin-bottom: 38px;}
.piclist .viopic-box {position: relative;transition: 0.3s;display: block;overflow: hidden;background: #fff;padding: 40px;
  -ms-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  -o-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  -moz-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
}
.piclist .viopic-box::before, .piclist .viopic-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #a1877a;
    transform: scale(0);
    transition: 0.3s;z-index: 1;
}
.piclist .viopic-box::before {
    border-right: none;
    border-bottom: none;
    transform-origin: 0 0;
}
.piclist .viopic-box::after {
    border-left: none;
    border-top: none;
    transform-origin: 100% 100%;
}
.piclist .viopic-box:hover::before, .piclist .viopic-box:hover::after {
    transform: scaleX(1);
}
.piclist .viopic-box .round {position: absolute;width: 21px;height: 22px;content: '';background-position: center;background-repeat: no-repeat;}
.piclist .viopic-box .zs {left: 10px;top:10px;background-image: url(trim05.png);}
.piclist .viopic-box .zx {left: 10px;bottom:10px;background-image: url(trim06.png);}
.piclist .viopic-box .ys {right: 10px;top:10px;background-image: url(trim07.png);}
.piclist .viopic-box .yx {right: 10px;bottom:10px;background-image: url(trim08.png);}
.piclist .viopic-box .img-box {overflow: hidden;position: relative;width: 530px;height: 350px;margin-right: 50px;float: left;}
.piclist .viopic-box .img-box img {width: 100%;height: 100%;transition: all 0.5s;object-fit: cover;}
.piclist .viopic-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.piclist .viopic-box .img-box .round {position: absolute;width: 30px;height: 30px;content: '';background: #ffffff;border-radius: 100%;}
.piclist .viopic-box .img-box .zs {left: -15px;top:-15px;}
.piclist .viopic-box .img-box .zx {left: -15px;bottom:-15px;}
.piclist .viopic-box .img-box .ys {right: -15px;top:-15px;}
.piclist .viopic-box .img-box .yx {right: -15px;bottom:-15px;}
.piclist .viopic-box .viopic-txt {padding: 35px 10px 20px 0;overflow: hidden;}
.piclist .viopic-box .viopic-txt h5 {font-size: 17px;color: #A1877A;line-height: 1;margin: 0 0 25px;}
.piclist .viopic-box .viopic-txt h3 {font-size: 30px;color: #333;line-height: 1.5;margin: 0 0 23px;text-overflow: ellipsis;white-space: nowrap;display: block;width: 100%;overflow: hidden;}
.piclist .viopic-box:hover .viopic-txt h3 {color: #A1877A;}
.piclist .viopic-box .viopic-txt h4 {font-size: 16px;color: #999;line-height: 1.8;margin: 0 0 48px;max-height: 86px;
-webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.piclist .viopic-box .viopic-txt .more {padding: 15px 52px;font-size: 16px;line-height: 1;color: #A1877A;border-radius: 30px;display: inline-block;
	background: #fff;
    border: 1px solid #A1877A;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.piclist .viopic-box:hover .viopic-txt .more {color: #fff;background: #A1877A;}
@media (max-width: 1199px) {
	.piclist .viopic-box {padding: 30px;}
	.piclist .viopic-box .viopic-txt {padding: 15px 0;}
	.piclist .viopic-box .viopic-txt h5 {margin: 0 0 13px;}
	.piclist .viopic-box .viopic-txt h3 {margin: 0 0 15px;font-size: 27px;}
	.piclist .viopic-box .viopic-txt h4 {margin: 0 0 22px;line-height: 1.7;max-height: 82px;}
	.piclist .viopic-box .img-box {width: 398px;height: 263px;margin-right: 28px;}
	.piclist .viopic-box .viopic-txt .more {padding: 10px 38px;font-size: 15px;}
	.piclist li {margin-bottom: 36px;}
}
@media (max-width: 991px) {
	.piclist .viopic-box .viopic-txt h5 {font-size: 15px;margin: 0 0 12px;}
	.piclist .viopic-box .viopic-txt h3 {font-size: 23px;margin: 0 0 9px;}
	.piclist .viopic-box .viopic-txt h4 {font-size: 15px;line-height: 1.5;max-height: 45px;-webkit-line-clamp: 2;}
	.piclist .viopic-box .img-box {width: 310px;height: 205px;margin-right: 24px;}
	.piclist .viopic-box .viopic-txt .more {padding: 9px 38px;}
}
@media (max-width: 767px) {
	.piclist li {margin-bottom: 28px;}
	.piclist .viopic-box .img-box {width: 100%;height: 50.698vw;margin-right: 0;}
	.piclist .viopic-box .viopic-txt {padding: 18px 0 10px;float: left;}
	.piclist .viopic-box .viopic-txt h3 {white-space: inherit;line-height: 1.3;margin: 0 0 13px;}
	.piclist .viopic-box .viopic-txt h4 {-webkit-line-clamp: 3;max-height: 72px;font-size: 16px;}
	.piclist .viopic-box .viopic-txt h5 {margin: 0 0 14px;font-size: 16px;}
}

.pic-txt-list {}
.pic-txt-list li {margin-bottom: 40px;position: relative;}
.pic-txt-list .date-box {position: absolute;content: '';height: 170px;top: 47px;right: 0; border-left: #F3F3F3 solid 1px;}
.pic-txt-list .viopic-box {position: relative;transition: 0.3s;display: block;overflow: hidden;background: #fff;padding-bottom: 40px;border-bottom: #E3DBD7 dashed 1px;padding-right: 172px;}
.pic-txt-list .viopic-box:hover {border-color: #A1877A;}
.pic-txt-list .viopic-box .date-box {position: absolute;content: '';height: 170px;top: 47px;right: 0; border-left: #F3F3F3 solid 1px;width: 171px;text-align: center;padding-top: 36px;}
.pic-txt-list .viopic-box .date-box h2 {font-size: 60px;color: #999999;line-height: 1;}
.pic-txt-list .viopic-box .date-box h5 {font-size: 16px;color: #999999;line-height: 1;margin-top: 8px;}
.pic-txt-list .viopic-box .img-box {overflow: hidden;position: relative;width: 400px;height: 266px;margin-right: 50px;float: left;}
.pic-txt-list .viopic-box .img-box img {width: 100%;height: 100%;transition: all 0.5s;object-fit: cover;}
.pic-txt-list .viopic-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.pic-txt-list .viopic-box .img-box .round {position: absolute;width: 30px;height: 30px;content: '';background: #ffffff;border-radius: 100%;}
.pic-txt-list .viopic-box .img-box .zs {left: -15px;top:-15px;}
.pic-txt-list .viopic-box .img-box .zx {left: -15px;bottom:-15px;}
.pic-txt-list .viopic-box .img-box .ys {right: -15px;top:-15px;}
.pic-txt-list .viopic-box .img-box .yx {right: -15px;bottom:-15px;}
.pic-txt-list .viopic-box .viopic-txt {overflow: hidden;position: relative;padding-right: 60px;}
.pic-txt-list .viopic-box .viopic-txt h3 {font-size: 18px;color: #333;line-height: 1.4;margin: 26px 0 20px;text-overflow: ellipsis;white-space: nowrap;display: block;width: 100%;overflow: hidden;font-weight: 700;}
.pic-txt-list .viopic-box:hover .viopic-txt h3 {color: #A1877A;}
.pic-txt-list .viopic-box .viopic-txt h4 {font-size: 16px;color: #999;line-height: 1.8;margin: 0 0 34px;max-height: 86px;
-webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.pic-txt-list .viopic-box .viopic-txt h5 {font-size: 17px;color: #999999;line-height: 1;display: none;}
.pic-txt-list .viopic-box .viopic-txt .more {padding: 15px 52px;font-size: 16px;line-height: 1;color: #A1877A;border-radius: 30px;display: inline-block;
	background: #fff;
    border: 1px solid #A1877A;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pic-txt-list .viopic-box:hover .viopic-txt .more {color: #fff;background: #A1877A;}
.pic-txt-list .viopic-box:hover .date-box h2, .pic-txt-list .viopic-box:hover .date-box h5, .pic-txt-list .viopic-box:hover .viopic-txt h5 {color: #A1877A;}
.pic-txt-list li a.viopic-box[data-img=""] .img-box {display: none;}
@media (max-width: 1280px) {
	.pic-txt-list .viopic-box {padding-right: 129px;}
	.pic-txt-list .viopic-box .date-box {width: 128px;}
	.pic-txt-list .viopic-box .img-box {margin-right: 40px;}
	.pic-txt-list .viopic-box .viopic-txt {padding-right: 36px;}
}
@media (max-width: 1199px) {
	.pic-txt-list .viopic-box .img-box {width: 330px;height: 220px;margin-right: 32px;}
	.pic-txt-list .viopic-box .viopic-txt .more {padding: 12px 52px;}
	.pic-txt-list .viopic-box .viopic-txt h4 {font-size: 15px;line-height: 1.6;margin: 0 0 26px;max-height: 72px;}
	.pic-txt-list .viopic-box .viopic-txt h3 {margin: 17px 0 18px;}
	.pic-txt-list .viopic-box .date-box {height: 145px;top: 37px;padding-top: 25px;}
	.pic-txt-list .viopic-box {padding-bottom: 30px;}
	.pic-txt-list li {margin-bottom: 30px;}
	.pic-txt-list .viopic-box .viopic-txt {padding-right: 28px;}
}
@media (max-width: 991px) {
	.pic-txt-list .viopic-box .img-box {width: 248px;height: 165px;}
	.pic-txt-list .viopic-box .viopic-txt h3 {white-space: inherit;margin: 22px 0 25px;}
	.pic-txt-list .viopic-box .viopic-txt h4 {display: none;}
	.pic-txt-list .viopic-box .viopic-txt .more {padding: 10px 52px;}
	.pic-txt-list .viopic-box .date-box {height: 108px;top: 28px;padding-top: 8px;}
}
@media (max-width: 767px) {
	.pic-txt-list li {margin-bottom: 22px;}
	.pic-txt-list .viopic-box {padding-bottom: 22px;}
	.pic-txt-list .viopic-box .date-box {display: none;}
	.pic-txt-list .viopic-box .img-box {width: 100%;height: 60.465vw;}
	.pic-txt-list .viopic-box {padding-right: 0;}
	.pic-txt-list .viopic-box .viopic-txt {padding-right: 0;float: left;}
	.pic-txt-list .viopic-box .viopic-txt h4 {margin: 0 0 21px;display: block;}
	.pic-txt-list .viopic-box .viopic-txt h3 {white-space: nowrap;margin: 0 0 15px;}
	.pic-txt-list .viopic-box .viopic-txt h5 {margin: 22px 0 15px;display: block;}
}

.pic-txt-list-01 {margin-top: 80px;}
.pic-txt-list-01 li {margin-bottom: 40px;} 
.pic-txt-list-01 .box-s {
  background: #FFFFFF;
  overflow: hidden;
  transition: all 0.3s ease;
  -ms-box-shadow: 0px 3px 8px 0px rgba(161, 135, 122, 0.3);
  -o-box-shadow: 0px 3px 8px 0px rgba(161, 135, 122, 0.3);
  -moz-box-shadow: 0px 3px 8px 0px rgba(161, 135, 122, 0.3);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(161, 135, 122, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(161, 135, 122, 0.3);
}
.pic-txt-list-01 .box-s:hover {
	-ms-box-shadow: 0px 3px 30px 10px rgba(161, 135, 122, 0.3);
    -o-box-shadow: 0px 3px 30px 10px rgba(161, 135, 122, 0.3);
    -moz-box-shadow: 0px 3px 30px 10px rgba(161, 135, 122, 0.3);
    -webkit-box-shadow: 0px 3px 30px 10px rgba(161, 135, 122, 0.3);
	box-shadow: 0px 3px 30px 10px rgba(161, 135, 122, 0.3);
	transform: translateY(-3px);
}
.pic-txt-list-01 .box-s .box-img {
  overflow: hidden;height: 224px;
}
.pic-txt-list-01 .box-s .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.pic-txt-list-01 .box-s .box-info {padding: 24px 30px;}
.pic-txt-list-01 .box-s .info-top { }
.pic-txt-list-01 .box-s .info-top .top-date {
  border-right: 1px solid #EEEEEE;
  float: left;
  width: 50px;
  text-align: center;
  margin-right: 10px;
  padding-right: 5px;
}
.pic-txt-list-01 .box-s .info-top .top-date .date-01 {
  font-weight: bold;
  color: #1E54AC;
  background-image: -webkit-linear-gradient(left,#153df2 0%,#d51c60 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pic-txt-list-01 .box-s .info-top .top-date .date-02 {
  font-size: 12px;
  color: #A1A1A1;
}
.pic-txt-list-01 .box-s .info-top .top-title a {
  color: #333333;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  height: 54px;
  font-size: 18px;
}
.pic-txt-list-01 .box-s .info-more {display: none;}
.pic-txt-list-01 .box-s .info-more .more-left {float: left;color: #A1877A;background: url(icon-buy.png) no-repeat 0 3px;padding-left: 22px;}
.pic-txt-list-01 .box-s .info-more .more-left:hover {color: #8a211a;}
.pic-txt-list-01 .box-s .info-more .more-icon {
  float: right;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  line-height: 14px;
  text-align: center;
  color: #AEBDD1;
  margin-top: 14px;
  background: url(icon-06.png) no-repeat center;
}
.pic-txt-list-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.pic-txt-list-01 .box-s:hover .info-top .top-title a {
  color: #A1877A;
}
@media (max-width: 1536px) {
	.pic-txt-list-01 .box-s .box-img {height: 214px;}
}
@media (max-width: 1440px) {
	.pic-txt-list-01 .box-s .box-img {height: 191px;}
}
@media (max-width: 1280px) {
	.pic-txt-list-01 .box-s .box-img {height: 178px;}
	.pic-txt-list-01 .box-s .box-info {padding: 16px 18px;}
}
@media (max-width: 1024px) {
	.pic-txt-list-01 .col-md-3 {width: 33.333%;float: left;}
	.pic-txt-list-01 .box-s .box-img {height: 201px;}
}
@media (max-width: 991px) {
	.pic-txt-list-01 {margin-top: 60px;}
	.pic-txt-list-01 .box-s .box-img {height: 153px;}
}
@media (max-width: 767px) {
	.pic-txt-list-01 .box-s .box-img {height: 60.233vw;}
	.pic-txt-list-01 .box-s .box-info {height: auto;}
	.pic-txt-list-01 .box-s .info-top .top-title a {display: block;height: auto;-webkit-line-clamp: inherit;}
	.pic-txt-list-01 .col-md-3 {width: 100%;}
}

.text-list-01 {padding-top: 16px;}
.text-list-01 .box-s {position: relative;background: #F0F5FF;padding: 20px 20px 20px 136px;margin-top: 20px;z-index: 0;overflow: hidden;}
.text-list-01 .box-s:after {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #0B4AB7;
	opacity: 1;
}
.text-list-01 .box-s:before {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: url(bg05.jpg) no-repeat center #1a4cb1;
	background-size: cover;
}
.text-list-01 .box-s:hover:before {
    left: 0;
}

.text-list-01 .box-s .date {position: absolute;top:22px;left: 30px; font-size: 26px;line-height: 1.1;float: left;width: 78px;height: 42px; text-align: center;border-right: #DAE4F7 solid 1px;z-index: 3;padding-right: 30px;color: #1A4CB1;font-weight: 700;font-family: cursive;}
.text-list-01 .box-s .date span {display: block;font-size: 12px;}
.text-list-01 .box-s .txt {display: table;height: 42px;}
.text-list-01 .box-s .txt h4 {font-size: 16px;color: #333;line-height: 1.5;position: relative;z-index: 3;overflow: hidden;display: table-cell;vertical-align: middle;}
.text-list-01 .box-s:hover .txt h4 {color: #ffffff;}
.text-list-01 .box-s:hover .date {color: #ffffff;}

.text-list-02 {overflow: hidden;border-top: #A68A72 dashed 1px;margin-top: 50px;}
.text-list-02 li {border-bottom: #A68A72 dashed 1px;padding-top: 30px;padding-bottom: 30px;}
.text-list-02 li:hover {background: url(siii-bg05.png) no-repeat right center #fff;background-size: cover;}
.text-list-02 .date {font-size: 42px;line-height: 1.1;float: left;width: 74px;text-align: center;margin-right: 30px;
background: -webkit-linear-gradient(left, #2D3DB7 30%,#6D29A9 60%);
background: linear-gradient(90deg, #2C3EB8 30%, #7028A9 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-list-02 .date .nybox {padding: 5px;
	background-image: -webkit-linear-gradient(left, #eeeef8 10%, #eae3f4 80%);
    background-image: -ms-linear-gradient(left, #eeeef8 10%, #eae3f4 80%);
    background-image: linear-gradient(to right, #eeeef8 10%, #eae3f4 80%);
}
.text-list-02 .date .nybox span {display: block;font-size: 16px;
background: -webkit-linear-gradient(left, #2D3DB7 60%,#6D29A9 90%);
background: linear-gradient(90deg, #2C3EB8 60%, #7028A9 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-list-02 .txt {overflow: hidden;}
.text-list-02 .txt h3 {font-size: 20px;color: #333;line-height: 1.4;font-weight: 700;
max-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 16px;
}
.text-list-02 a:hover .txt h3 {color: #5e2eac;}
.text-list-02 .txt h4 {font-size: 16px;color: #999;line-height: 1.5;
max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text-list-03 .box-s {position: relative;background: #f4f5f9;margin-bottom: 30px;z-index: 0;overflow: hidden;}
.text-list-03 .box-s .rbg {position: absolute;right: 40px;top:-20px;width: 153px;height: 155px;background: url(siii-bg04f.png) no-repeat center;z-index: 2;}
.text-list-03 .box-s:last-child {margin-bottom: 0;}
.text-list-03 .box-s:after {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 3px;
    height: 40px;
    background: #4b34b0;
    background-position: 100% 100%;
    background-image: -webkit-linear-gradient(top, #2d06a0 10%, #7d12ac 80%);
    background-image: -ms-linear-gradient(top, #2d06a0 10%, #7d12ac 80%);
    background-image: linear-gradient(to bottom, #2d06a0 10%, #7d12ac 80%);
	opacity: 1;
}
.text-list-03 .box-s:before {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #4b34b0;
	background: -webkit-linear-gradient(150deg, #2d06a0 0%, #7d12ac 90%);
    background: -o-linear-gradient(150deg, #2d06a0 0%, #7d12ac 90%);
    background: -moz-linear-gradient(150deg, #2d06a0 0%, #7d12ac 90%);
	background: linear-gradient(150deg, #2d06a0 0%, #7d12ac 90%);
}
.text-list-03 .box-s:hover:before {
    left: 0;
}
.text-list-03 .box-s a {font-size: 22px;color: #333;line-height: 1.5;position: relative;z-index: 3;overflow: hidden;display: block;padding: 32px 40px;}
.text-list-03 .box-s:hover a {color: #fff;}



/* Dark Buttons */
.btn-text {
	color: #333; float:right; padding:0px; background:none;font-size: 20px;position: relative;
}
.btn-text:after {
    top: 13px;
    left: -62px;
    content: "";
    position: absolute;
    width: 48px;
    height: 2px;
	background-size: 200% auto;background-position: 100% 100%;
    background-image: -webkit-linear-gradient(to right, #cd2263 0%, #153df2 50%, #cd2263 100%);
    background-image: -ms-linear-gradient(to right, #cd2263 0%, #153df2 50%, #cd2263 100%);
    background-image: linear-gradient(to right, #cd2263 0%, #153df2 50%, #cd2263 100%);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-text:hover,
.btn-text:focus,
.btn-text:active,
.btn-text.active,
.open .dropdown-toggle.btn-text {
	color: #e40266;
}
.btn-text:hover:after, .btn-text:focus:after, .btn-text:active:after {background-position: left center;}
@media (max-width: 767px) {
	.btn-text {font-size: 15px;}
	.btn-text:after {top: 11px;left: -40px;width: 30px;}
}

.btn-xq {
	color: #0f2bab; float:right; padding:0px; background:none; margin:12px 0 0;font-size: 14px;position: absolute;left: 0;bottom: 0;
}
.btn-xq:hover,
.btn-xq:focus,
.btn-xq:active,
.btn-xq.active,
.open .dropdown-toggle.btn-xq {
	color: #cc2264;
}

.btn01 {
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: inset 0 0 0 50px transparent;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
	position: relative;
    z-index: 1;
}
.btn01:hover {
    color: #0f2bab;
    background: #fff;
    box-shadow: inset 0 0 0 0 #fff;
    border-color: #fff;
}
.btn-more {
 display: inline-block;
 position: relative;
 border: #fff solid 1px;
 color: #fff;
 padding: 7px 35px;
 text-align: center;
 font-size: 16px;
 line-height: 1.1;
 text-decoration: none;
 margin: 0 auto;
 overflow: hidden;
 -webkit-transition: all 0.15s ease-in;
 transition: all 0.15s ease-in;
 text-transform: uppercase;
 background: transparent;
}
.btn-more:hover {
 background: #3bb4ff;
 border-color: #3bb4ff;
}
.btn-more:before {
 content: ' ';
 position: absolute;
 background: #fff;
 width: 25px;
 height: 50px;
 top: 0;
 left: -45px;
 opacity: 0.3;
 -webkit-transition: all 0.25s ease-out;
 transition: all 0.25s ease-out;
 -webkit-transform: skewX(-25deg);
         transform: skewX(-25deg);
}
.btn-more:hover:before {
 width: 45px;
 left: 185px;
}

.btn-more1 {
 display: inline-block;
 position: relative;
 color: #1f82c0;
 background: #fff; 
 padding: 8px 30px;
 text-align: center;
 font-size: 16px;
 line-height: 1.1;
 text-decoration: none;
 margin: 0 auto;
 overflow: hidden;
 -webkit-transition: all 0.15s ease-in;
 transition: all 0.15s ease-in;
 text-transform: uppercase;
 border: #1f82c0 solid 1px;
}
.btn-more1:hover {
 background: #3bb4ff;
 border: #3bb4ff solid 1px;
 color: #fff;
}
.btn-more1:before {
 content: ' ';
 position: absolute;
 background: #fff;
 width: 25px;
 height: 50px;
 top: 0;
 left: -45px;
 opacity: 0.3;
 -webkit-transition: all 0.25s ease-out;
 transition: all 0.25s ease-out;
 -webkit-transform: skewX(-25deg);
         transform: skewX(-25deg);
}
.btn-more1:hover:before {
 width: 45px;
 left: 130px;
}

.btn-more3 {
  width: 150px;
  position: relative;
  display: inline-block;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  z-index: 1;
	border-radius: 50px;
	color: #A1877A;
	border: #A1877A solid 1px;
}
.btn-more3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 102%;
  height: 100%;
  background: #A1877A;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	border-radius: 22px;
}
.btn-more3:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn-more3:focus,
.btn-more3:active,
.btn-more3.active,
.btn-more3:hover {color: #fff;background: #A1877A;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;}


@media (max-width: 767px) {
	.btn-more, .btn-more1 {font-size: 15px;}
}



/*检索*/
.attr-nav {
    float: right;
    display: inline-block;
    margin-left: 40px;margin-top: 38px;
	right: 0;
	background: transparent;
    width: 44px;
    height: 44px;
    border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	cursor: pointer;
	border: #A1877A solid 1px;
	position: relative;
}
.attr-nav:after {
	display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #A1877A;
    font-weight: 400;
    font-family: 'FontAwesome';
    content: '\f002';
}
.attr-nav:hover {background: #A1877A;}
.attr-nav:hover:after {color: #ffffff;}
.home .attr-nav {border: #eeeeee solid 1px;}
.home .attr-nav:after {color: #ffffff;}
.home .attr-nav:hover {border: #A1877A solid 1px;}
.home nav.navbar.bootsnav.scroll .attr-nav {border: #A1877A solid 1px;} 
.home nav.navbar.bootsnav.scroll .attr-nav:after {color: #A1877A;}
.home nav.navbar.bootsnav.scroll .attr-nav:hover:after {color: #ffffff;}
.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.04167vw;
  transition: all 0.3s;
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
}

.up-search-box .up-close {
  position: absolute;
  right: 60px;
  top: 140px;
  width: 32px;
  height: 32px;
  background: url(search-close.png) no-repeat center center;
  background-size: 100% 100%;
}

.up-search-box .middle-cont {
  width: 100%;
}

.search-box {
  background: #f7f4f3;
  border-bottom: 5px solid #957c6b;
  position: relative;
  max-width: 52.08333vw;
  margin-left: auto;
  margin-right: auto;
}

.search-box .s-inp {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  padding-left: 22px;
  color: #333;
}

.search-box .s-btn {
  height: 21px;
  width: 21px;
  position: absolute;
  top: 18px;
  right: 16px;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  background: url(search2.png) no-repeat center;
}
.search-box input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f4f3 inset;
}

.search-box input[type="text"]::-webkit-input-placeholder {
  color: #333333 !important;
}

.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}

.s-inp::input-placeholder {
  color: #333;
}

.s-inp::-webkit-input-placeholder {
  color: #333;
}

.s-inp::-moz-placeholder {
  color: #333;
}

.s-inp::-moz-placeholder {
  color: #333;
}

.s-inp::-ms-input-placeholder {
  color: #333;
}
@media (max-width: 1536px) {
	.attr-nav {margin-left: 30px;}
}
@media (max-width: 1199px) {
	.attr-nav {margin-top: 30px;}
	.search-box {max-width: 60.08333vw;}
}
@media (max-width: 767px) {
	.attr-nav {width: 32px;height: 32px;margin-top: 26px;}
	.attr-nav:after {font-size: 17px;}
	.search-box {max-width: 90%;}
	.up-search-box .up-close {right: 20px;}
}

.moblink {padding: 15px 15px 30px;overflow: hidden;text-align: center;}
.moblink a, .moblink span {margin: 0 10px;padding: 5px 0;border: 0;display: inline-block;color: #ffffff;}
.attr-nav-mob {
    float: right;
    display: inline-block;
    margin-left: 25px;
}
.attr-nav-mob .searchbox {
  position: relative;
  background-color: transparent;
  width: 216px;
  padding: 6px 0;
  border: 1px solid transparent;
  border-radius: 36px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #101b2b, #101b2b), linear-gradient(90deg, #85adff, #b667ff);
}
.attr-nav-mob .searchbox input[type="text"] {
  margin: 0 16px 0;
  outline: none;
  color: #fff;
  background: none;
  border: none;
  width: 66.33333%;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  -webkit-appearance: none;
  float: left;
}
.attr-nav-mob .searchbox input[type="text"]::-webkit-input-placeholder {
  color: #fff !important;
  font-family: Arial;
}
.attr-nav-mob .searchbox input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #101b2b inset;
}
.attr-nav-mob .searchbox input[type="submit"] {
  background: url(searchbtn.png) no-repeat 0px 1px;
  border: none;
  cursor: pointer;
  width: 24px;height: 24px;
  outline: none;
  position: absolute;
  top: 6px;
  right: 7px;
}
@media (max-width: 991px){
	.attr-nav-mob{margin-top: 15px; margin-left: 0;float: left;display: block;overflow: hidden;width: 100%;}
	.attr-nav-mob .searchbox {width:100%;background-image: linear-gradient(to right, #004ec0, #004ec0), linear-gradient(90deg, #85adff, #85adff);}
}

.overview {}
.overview .img-box {float: right;margin-left: 80px;}
.overview .txt-box {padding: 20px 2px 2px;overflow: hidden;}
.overview .txt-box .info {display: block;float: left;width: 100%;margin-top: 30px;background: url(bg07.jpg) no-repeat top left;border: #a1877a dashed 1px;padding: 36px 60px;position: relative;}
.overview .txt-box .info .horn {position: absolute;width: 21px;height: 22px;content: '';background-position: center;background-repeat: no-repeat;}
.overview .txt-box .info .zs {left: -1px;top:-2px;background-image: url(trim01.png);}
.overview .txt-box .info .zx {left: -1px;bottom:-1px;background-image: url(trim02.png);}
.overview .txt-box .info .ys {right: -1px;top:-2px;background-image: url(trim03.png);}
.overview .txt-box .info .yx {right: -1px;bottom:-1px;background-image: url(trim04.png);}
.overview .txt-box .info .detail {overflow: hidden;}
.overview .txt-box .info .detail .detail-img {margin-right: 40px;float: left;margin-left: 0;}
.overview .txt-box .info .detail .detail-txt {font-size: 18px;padding: 6px 0;}
.overview .txt-box .info .detail .detail-txt p {margin-bottom: 11px;}
.overview .txt-box .info .detail .detail-txt p:last-child {margin-bottom: 0;}
@media (max-width: 1280px){
	.overview .img-box {margin-left: 50px;}
}
@media (max-width: 1199px){
	.overview .img-box {width: 360px;margin-left: 40px;}
}
@media (max-width: 991px){
	.overview .img-box {width: 100%;margin-left: 0;}
	.overview .img-box img {width: 391px;margin: 0 auto;display: block;}
}
@media (max-width: 767px){
	.overview .img-box img {width: 100%;}
	.overview .txt-box .info { padding: 26px 20px;}
	.overview .txt-box .info .detail .detail-txt {font-size: 16px;}
	.overview .txt-box .info .detail .detail-img {margin-right: 18px;}
	.overview .txt-box .info .detail .detail-txt p {margin-bottom: 7px;}
}

.baywin {width: 260px;position: fixed;top: 66%;right: -260px;transform: translateY(-50%);z-index: 999;transition: right 0.9s ease;}
.baywin.visible {right: 33px;transition: right 0.9s ease;} 
.baywin .top {position: relative;}
.baywin .top .colse {position: absolute;width: 17px;height: 17px;top: 6px;right: -11px;background-position: center;background-repeat: no-repeat;background-color: #962227;border-radius: 100%;}
.baywin .top .colse:hover {background-color: #510d10;}
.baywin .txt {background: url(bg03.jpg);padding: 18px 30px;color: #ffffff;font-size: 16px;line-height: 1.7;}
.baywin .txt a {color: #ffffff;}
.baywin .txt a:hover {color: #fff0d5;}
.baywin .bottom {position: relative;height: 12px;background: url(pc-02.png) no-repeat;}

/************************/
/*  Memorabilia   */
/************************/
.dsj {position: relative;margin-top: -30px;}
.dsj:after {
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 0;
    content: '';
    background: url(bg08.jpg);
    z-index: 0;
    width: 200px;
}
.timeline-dsj {position: relative;}
.timeline-dsj li {position: relative;padding-left: 258px;}
.timeline-dsj li::before,
.timeline-dsj li:after {position: absolute;content: '';}
.timeline-dsj li::after {width: 1px;top: 130px;bottom: -140px;left: 271px;background: #A1877A;z-index: 1;}
.timeline-dsj li:last-child::after {bottom: 0px;}
.timeline-dsj li::before {
  left: 262px;
  top: 126px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #A1877A;
  z-index: 2;
}
.timeline-dsj .date {font-size: 50px;font-weight: 700;line-height: 1;color: #ffffff;position: absolute;left: 40px;top: 82px;z-index: 1;}
.timeline-dsj .date span {font-size: 20px;display: block;margin-top: 6px;}
.timeline-dsj .time-a {padding: 0 0 0 60px;position: relative;}
.timeline-dsj .time-desc {line-height: 1.3;position: relative;padding-bottom: 22px;padding-top: 120px;}
.timeline-dsj .time-desc:after {position: absolute;content: '';background: #A1877A;right: 0;left: -47px;bottom: 0;height: 1px;z-index: 0;}
.timeline-dsj .time-desc h3 {font-size: 20px;color: #333333;line-height: 1.7;}
@media (max-width: 767px) {
	.dsj:after {width: 80px;}
	.timeline-dsj .date {font-size: 25px;left: 12px;top:62px;}
	.timeline-dsj .date span {font-size: 13px;}
	.timeline-dsj .time-desc {padding-top: 60px;}
	.timeline-dsj .time-desc h3 {font-size: 17px;line-height: 1.5;}
	.timeline-dsj li {padding-left: 92px;}
	.timeline-dsj .time-a {padding: 0 0 0 35px;}
	.timeline-dsj li::before {left: 101px;width: 13px;height: 13px;top:65px;}
	.timeline-dsj li::after {left: 107px;top: 75px;}
	.timeline-dsj .time-desc:after {left: -20px;}
}

/************************/
/*  Photo News   */
/************************/
.new-graphics {}
.new-graphics .row {margin-left: -19px;margin-right: -19px;}
.new-graphics .row > [class^='col'] {padding-left: 19px;padding-right: 19px;}
.new-graphics li {margin-bottom: 36px;}
.new-graphics li .boxstyle {background: #fff;overflow: hidden;position: relative;
-ms-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  -o-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  -moz-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
	border-bottom: #A1877A solid 3px;
}
.new-graphics li .boxstyle .imgbox {position: relative;height: 303px;z-index: 0;overflow: hidden;}
.new-graphics li .boxstyle .imgbox img {height: 100%;width: 100%;margin: 0 auto;object-fit: cover;}
.new-graphics li .boxstyle .txtinfo {padding: 28px 32px 26px;position: relative;z-index: 2;background-color: #ffffff;background-repeat: no-repeat;background-position: bottom center;background-size: 100%;}
.new-graphics li .boxstyle .txtinfo h4 {font-size: 18px;color: #333;height: 58px;line-height: 1.6;
-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.new-graphics li .boxstyle .txtinfo h5 {font-size: 15px;color: #A1877A;margin-top: 22px;}
.new-graphics li .boxstyle:hover .txtinfo {background-image: url(bg09.jpg);background-color: #a1877a;}
.new-graphics li .boxstyle:hover .txtinfo h4, .new-graphics li .boxstyle:hover .txtinfo h5 { color: #ffffff;}
@media (max-width: 1536px) {
  .new-graphics li .boxstyle .imgbox {height: 290px;}
}
@media (max-width: 1440px) {
  .new-graphics li .boxstyle .imgbox {height: 258px;}
}
@media (max-width: 1280px) {
  .new-graphics li .boxstyle .imgbox {height: 240px;}
}
@media (max-width: 1199px) {
  .new-graphics .row {margin-left: -15px;margin-right: -15px;}
  .new-graphics .row > [class^='col'] {padding-left: 15px;padding-right: 15px;}
  .new-graphics li .boxstyle .imgbox {height: 202px;}
  .new-graphics li {margin-bottom: 32px;}
	.new-graphics li .boxstyle .txtinfo {padding: 18px 22px 20px;}
}
@media (max-width: 991px) {
  .new-graphics li .boxstyle .imgbox {height: 240px;}
}
@media (max-width: 767px) {
  .new-graphics li {margin-bottom: 26px;}
  .new-graphics li .boxstyle .txtinfo {padding: 18px 18px 20px;}
  .new-graphics li .boxstyle .imgbox {height: 60.465vw;}
  .new-graphics li .boxstyle .txtinfo h4 {height: auto;-webkit-line-clamp: inherit;}
}

.pic-list {}
.pic-list .row {margin-right: -20px;margin-left: -20px;}
.pic-list .row > [class^='col'] {padding-right: 20px;padding-left: 20px;}
.pic-list li {margin-bottom: 50px;}
.pic-list li:last-child {/* display: none; */}
.pic-list li .boxstyle {position: relative;}
.pic-list li .boxstyle .img-box {width: 100%;height: 299px;overflow: hidden;}
.pic-list li .boxstyle img {width: 100%;height: 100%;object-fit: cover;
-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.pic-list li a:hover .boxstyle img {
-webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}
.pic-list li a:hover .boxstyle img {opacity: 0.8;filter: alpha(opacity=80);}
.pic-list li .boxstyle .txtinfo {margin: -30px 30px 0 0;overflow: hidden;padding: 25px 16px;position: relative;z-index: 2;background-color: #fff;
-ms-box-shadow: 0px 0px 18px 0px rgba(161, 135, 122, 0.3);
  -o-box-shadow: 0px 0px 18px 0px rgba(161, 135, 122, 0.3);
  -moz-box-shadow: 0px 0px 18px 0px rgba(161, 135, 122, 0.3);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(161, 135, 122, 0.3);
  box-shadow: 0px 0px 18px 0px rgba(161, 135, 122, 0.3);
}
.pic-list li .boxstyle .txtinfo:before {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: url(bg10.jpg) no-repeat left bottom #957869;
}
.pic-list li a:hover .boxstyle .txtinfo:before {
    left: 0;
}
.pic-list li .boxstyle .txtinfo h4 { overflow: hidden;color: #333;margin: 0;font-size: 18px;line-height: 1.5;position: relative;z-index: 4;text-align: center;font-weight: 700;text-overflow: ellipsis;white-space: nowrap;}
.pic-list li a:hover .boxstyle .txtinfo h4 { color: #fff;}

.pic-list[data-v-org] li .boxstyle .txtinfo h4 {line-height: 40px;height: auto;}
@media (max-width: 1536px) {
    .pic-list li .boxstyle .img-box {height: 288px;}
}
@media (max-width: 1440px) {
    .pic-list li .boxstyle .img-box {height: 258px;}
}
@media (max-width: 1280px) {
	.pic-list .row {margin-right: -15px;margin-left: -15px;}
	.pic-list .row > [class^='col'] {padding-right: 15px;padding-left: 15px;}
	.pic-list li .boxstyle .img-box {height: 244px;}
}
@media (max-width: 1199px) {
	.pic-list li .boxstyle .img-box {height: 202px;}
}
@media (max-width: 991px) {
	.pic-list li .boxstyle .img-box {height: 240px;}
}
@media (max-width: 767px) {
	.pic-list .row > [class^='col'] {width: 100%;}
	.pic-list li .boxstyle .img-box {height: 60.465vw;}
	.pic-list li .boxstyle .txtinfo h4 {white-space: inherit;line-height: 1.4;}
	.pic-list li {margin-bottom: 32px;}
}

.honor-list {}
.honor-list .row {margin-left: -19px;margin-right: -19px;}
.honor-list .row > [class^='col'] {padding-left: 19px;padding-right: 19px;}
.honor-list li {margin-top: 40px;}
.honor-list li:nth-child(3n+1) {clear: left;}
.honor-list li .boxstyle {overflow: hidden;position: relative;}
.honor-list li .boxstyle .imgbox {position: relative;height: 321px;z-index: 0;overflow: hidden;}
.honor-list li .boxstyle .imgbox img {height: 100%;width: auto;margin: 0 auto;}
.honor-list li .boxstyle.thumbnail__link:hover img {transform: scale(1.03);}
.honor-list li .boxstyle .txtinfo {padding: 15px 0 0;position: relative;z-index: 2;background-color: #ffffff;background-repeat: no-repeat;background-position: bottom center;background-size: 100%;}
.honor-list li .boxstyle .txtinfo h4 {font-size: 18px;color: #333;line-height: 1.6;text-align: center;font-weight: 700;}
.honor-list li .boxstyle .txtinfo h5 {font-size: 15px;color: #A1877A;margin-top: 22px;}
@media (max-width: 1536px) {
  .honor-list li .boxstyle .imgbox {height: 307px;}
}
@media (max-width: 1440px) {
  .honor-list li .boxstyle .imgbox {height: 274px;}
}
@media (max-width: 1280px) {
	.honor-list .row {margin-left: -15px;margin-right: -15px;}
    .honor-list .row > [class^='col'] {padding-left: 15px;padding-right: 15px;}
	.honor-list li .boxstyle .imgbox {height: 259px;}
}
@media (max-width: 1199px) {
	.honor-list li:nth-child(3n+1) {clear: inherit;}
	.honor-list li:nth-child(2n+1) {clear: left;}
  .honor-list .col-md-4 {width: 50%;float: left;}
  .honor-list li .boxstyle .imgbox {height: 332px;}
}
@media (max-width: 991px) {
  .honor-list li .boxstyle .imgbox {height: 254px;}
}
@media (max-width: 767px) {
  .honor-list .col-md-4 {width: 100%;}
  .honor-list li {margin-top: 26px;}
  .honor-list li .boxstyle .imgbox {height: 64.186vw;}
}
/*---------------Video--------------------*/
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.homevideo {overflow: hidden;margin-bottom: 20px;}
.homevideo li {margin-bottom: 30px;}
.homevideo .picnews {overflow: hidden;position: relative;width: 100%;height: 259px;background: #333333;}
.homevideo .picnews:before {
    position: absolute;
    content: '';
    width: 66px;
    height: 66px;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: url(icon-video.png) no-repeat center;background-size: 100%;
}
.homevideo .picnews:after {
  position: absolute;
  content: '';
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block !important;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.homevideo .picnews img {height: 100%;width: 100%;
-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.homevideo .picnews:hover img {
   -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1); 
	opacity: .8;
}
.homevideo h4 {
    font-size: 18px;word-break: break-word;text-align: center;
    color: #333;margin: 16px 15px 0;line-height: 1.5;overflow: hidden;
	max-height: 54px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.homevideo a:hover h4 {color: #A1877A;}
@media (max-width: 1536px) {
	.homevideo .picnews {height: 248px;}
}
@media (max-width: 1440px) {
	.homevideo .picnews {height: 221px;}
}
@media (max-width: 1280px) {
	.homevideo .picnews {height: 206px;}
}
@media (max-width: 1199px) {
	.homevideo .picnews {height: 184px;}
}
@media (max-width: 991px) {
	.homevideo .picnews {height: 203px;}
    .homevideo h4 {font-size: 17px;}
}
@media (max-width: 767px) {
	.homevideo {margin-bottom: 8px;}
	.homevideo li {margin-bottom: 24px;}
    .homevideo .picnews {width: 100%;height: 50.93vw;}
	.homevideo h4 {max-height: inherit;-webkit-line-clamp: inherit;margin: 12px 15px 0;}
}

.year {position: relative;overflow: hidden;background: url(bg13.jpg) no-repeat center #E6E1DD;padding: 30px;}
.year .round {position: absolute;width: 30px;height: 30px;content: '';background: #ffffff;border-radius: 100%;}
.year .zs {left: -15px;top:-15px;}
.year .zx {left: -15px;bottom:-15px;}
.year .ys {right: -15px;top:-15px;}
.year .yx {right: -15px;bottom:-15px;}
.year[data-v-ts] {margin-bottom: 40px;}
.pgr-nav {overflow: hidden;}
.pgr-nav li {float: left;font-weight: 500;position: relative;background: #ffffff;width: auto;height: auto;text-align: center;margin-right: 18px;border-radius: 80px;}
.pgr-nav li:last-child {margin-right: 0;}
.pgr-nav li span {display: block;overflow: hidden;font-size: 16px;padding: 0 11px;line-height: 40px;width: 109px;}
.pgr-nav li:hover, .pgr-nav li.active {background: #A1877A;}
.pgr-nav li:hover a, .pgr-nav li:active a, .pgr-nav li.active a {color: #fff;}

.rnavbox {overflow: hidden;}
.rnavbox li {float: left;margin-right: 18px;position: relative;background: #ffffff;width: auto;height: auto;text-align: center;border-radius: 80px;}
.rnavbox li:last-child {margin-right: 0;}
.rnavbox li a {display: block;padding: 0 11px;font-size: 16px;line-height: 40px;width: 109px;}
.rnavbox li:hover, .rnavbox li.active {background: #A1877A;}
.rnavbox li:hover a, .rnavbox li:active a, .rnavbox li.active a {color: #fff;}
@media (max-width: 767px){
	.year {padding: 20px;}
	.pgr-nav li, .rnavbox li {margin-right: 9px;}
	.pgr-nav li span, .rnavbox li a {font-size: 15px;line-height: 30px;width: 80px;}
}
@media (max-width: 414px){
	.pgr-nav li span, .rnavbox li a {width: 76px;}
}
@media (max-width: 390px){
	.pgr-nav li span, .rnavbox li a {width: 70px;}
}
@media (max-width: 375px){
	.pgr-nav li span, .rnavbox li a {width: 67px;}
}
@media (max-width: 360px){
	.pgr-nav li span, .rnavbox li a {width: 63px;}
}

#certify {
	position: relative;
	width: 100%;
	margin: 75px auto 0;
}

#certify .swiper-container {
	padding: 10px 0;
}

#certify .swiper-slide {
	width: 869px;
	height: auto;
}
#certify .swiper-slide .img-box {width: 100%;height: 614px;overflow: hidden;background: #ffffff;}
#certify .swiper-slide.swiper-slide-active .img-box {
	-ms-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  -o-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  -moz-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
  box-shadow: 0px 0px 12px 0px rgba(161, 135, 122, 0.3);
}
#certify .swiper-slide .img-box img {
	display:block;opacity: .5;width: 100%;height: 100%;
}
#certify .swiper-slide p {
	line-height: 1.5;
	padding-top: 30px;
	text-align: center;
	color: #333333;
	font-size: 22px;
	margin: 0;
	display: none;
}
#certify .swiper-slide p a {color: #333333;font-weight: 700;}
#certify .swiper-slide p a:hover {color: #A1877A;}
#certify .swiper-slide.swiper-slide-active img {opacity: 1;}
#certify .swiper-slide.swiper-slide-active p {display: block;}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-next, #certify .swiper-button-prev { display: inline-block; position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; z-index: 5; visibility: visible; transition: all .5s; width: 60px; height: 60px; transform: translateZ(0); background-color: #D0C3BC; outline: none;border-radius: 100%; }
#certify .swiper-button-next:hover, #certify .swiper-button-prev:hover { background: #A1877A; }
#certify .swiper-button-next.swiper-button-disabled, #certify .swiper-button-prev.swiper-button-disabled { background-color: #D0C3BC;opacity: 1; }
#certify .swiper-button-next.swiper-button-disabled:after, #certify .swiper-button-prev.swiper-button-disabled:after {color: #ffffff;}
#certify .swiper-button-next:after { display: block; position: absolute;width: 60px;height: 60px;color: transparent;background: url(arrow-r1.png) no-repeat center;}
#certify .swiper-button-prev:after { display: block; position: absolute;width: 60px;height: 60px;color: transparent;background: url(arrow-l1.png) no-repeat center; }
#certify .swiper-button-next { right: -5.83958%;}
#certify .swiper-button-prev { left: -5.83958%;}
#certify .swiper-button-next, #certify .swiper-button-prev {top: 44%;}
@media (max-width: 1536px) {
	#certify .swiper-button-prev {left: -32px;}
	#certify .swiper-button-next {right: -32px;}
}
@media (max-width: 1440px) {
	#certify .swiper-slide {width: 830px;}
	#certify .swiper-slide .img-box {height: 586px;}
}
@media (max-width: 1280px) {
	#certify .swiper-slide {width: 810px;}
	#certify .swiper-slide .img-box {height: 572px;}
}
@media (max-width: 1199px) {
	#certify .swiper-slide {width: 745px;}
	#certify .swiper-slide .img-box {height: 526px;}
	#certify .swiper-button-prev {left: -12px;}
	#certify .swiper-button-next {right: -12px;}
}
@media (max-width: 991px) {
	#certify {margin-top: 56px;}
	#certify .swiper-slide {width: 675px;}
	#certify .swiper-slide .img-box {height: 477px;}
	#certify .swiper-button-prev {left: 8px;}
	#certify .swiper-button-next {right: 8px;}
}
@media (max-width: 767px) {
	#certify {margin-top: 36px;}
	#certify .swiper-container {padding: 10px;}
	#certify .swiper-slide {width: 100%;}
	#certify .swiper-slide .img-box {height: 59.744vw;}
	#certify .swiper-slide .img-box img {opacity: 0;}
	#certify .swiper-slide.swiper-slide-active img {opacity: 1;}
	#certify .swiper-button-prev {left: -10px;}
	#certify .swiper-button-next {right: -10px;}
	#certify .swiper-button-next, #certify .swiper-button-prev {top: 36%;}
	#certify .swiper-button-next:after, #certify .swiper-button-prev:after, #certify .swiper-button-next, #certify .swiper-button-prev {width: 50px; height: 50px;}
	#certify .swiper-button-next:after, #certify .swiper-button-prev:after {background-size: 36%;}
	#certify .swiper-slide p {padding-top: 20px;}
	#certify .swiper-container {padding-bottom: 18px;}
}


.showbg {background: url(bg14.jpg) no-repeat top center #AA9083;background-size: cover;}
.showinfo {padding: 80px 70px 30px 100px;overflow: hidden;}
.showinfo .more {margin-bottom: 60px;}
.showinfo .more .btn-more3 {color: #ffffff;border-color: #d3c0b7;}
.showinfo .more .btn-more3 i {font-size: 18px;}
.showinfo .more .btn-more3:focus, .showinfo .more .btn-more3:active, .showinfo .more .btn-more3:hover {border-color: #A1877A;}
.showinfo .s-tit {position: relative;padding-left: 22px;font-size: 32px;line-height: 1.3;color: #ffffff;margin-bottom: 35px;}
.showinfo .s-tit:after {position: absolute;content: ''; left: 0;top: 7px;width: 6px;height: 27px;background: #ffffff;}
.showinfo .s-txt {font-size: 18px;line-height: 1.8;color: #ffffff;height: 360px; overflow-y: auto; padding-right: 10px;}
.showinfo .s-txt::-webkit-scrollbar-track { background-color: transparent; border-radius: 2px; }
.showinfo .s-txt::-webkit-scrollbar { width: 4px; height: 4px; background-color: transparent; border-radius: 2px; }
.showinfo .s-txt::-webkit-scrollbar-thumb { background-color: rgba(255,255,255,.1); border-radius: 2px; }
.showimg {padding: 80px 100px 80px 40px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;}
@media (max-width: 1440px) {
	.showinfo {padding: 60px 60px 30px 80px;}
	.showimg {padding: 60px 80px 60px 40px;}
}
@media (max-width: 1366px) {
	.showinfo .s-txt {height: 262px;}
}
@media (max-width: 1280px) {
	.showinfo {padding: 60px 60px 30px 80px;}
	.showimg {padding: 50px 80px 50px 40px;}
	.showinfo .more {margin-bottom: 50px;}
}
@media (max-width: 1199px) {
	.showbg {background-size: auto;}
	.showinfo {padding: 50px;}
	.showinfo .s-tit {margin-bottom: 20px;}
	.showinfo .more {margin-bottom: 36px;}
	.showimg {position: relative;top: inherit;left: inherit;transform: none;padding: 60px 40px;}
	.showinfo .s-txt {height: auto;padding-right: 0;overflow-y: inherit;}
}
@media (max-width: 767px) {
	.showinfo {padding: 30px 22px 35px;}
	.showinfo .s-tit {font-size: 29px;padding-left: 20px;}
	.showinfo .s-tit:after {width: 5px;height: 25px;}
	.showinfo .more {margin-bottom: 26px;}
	.showimg {padding: 40px 22px;}
	.showinfo .s-txt {font-size: 17px;line-height: 1.7;}
}







